Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Class com.ibm.xml.parser.EndTraversalException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----com.ibm.xml.parser.TreeTraversalException
                            |
                            +----com.ibm.xml.parser.EndTraversalException

public class EndTraversalException
extends TreeTraversalException
XML4J tree traversal exception which signals from a Visitor to the tree traversal algorithm that all further traversal should be ended because the visit on the document object hierarchy has been successfully completed. For example, this exception could be used by search Visitors that are looking for the first TXElement Node which contains certain state data.

Version:
Revision: 68 1.2 src/com/ibm/xml/parser/EndTraversalException.java, xml4jsrc, xml4j-jtcsv, xml4j_1_0_4
See Also:
TreeTraversalException

Constructor Summary
 EndTraversalException()
Constructor for exception with no detail message.
 EndTraversalException(java.lang.String msg)
Constructor for exception with detail message.
 

Methods inherited from class java.lang.Throwable
 fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndTraversalException

public EndTraversalException()
Constructor for exception with no detail message.

EndTraversalException

public EndTraversalException(java.lang.String msg)
Constructor for exception with detail message.
Parameters:
msg - The detail message for the exception.

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS