com.ibm.dom.util
Class TreeTraversal.EndTraversalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.dom.util.TreeTraversal.EndTraversalException
- public static class TreeTraversal.EndTraversalException
- extends java.lang.Exception
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.
- See Also:
com.ibm.xml.parser.EndTraversalException
, Serialized Form
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,
wait,
wait,
wait |
TreeTraversal.EndTraversalException
public TreeTraversal.EndTraversalException()
- Constructor for exception with no detail message.
TreeTraversal.EndTraversalException
public TreeTraversal.EndTraversalException(java.lang.String msg)
- Constructor for exception with detail message.
- Parameters:
msg
- The detail message for the exception.