|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xtc.tree.TraversalException
xtc.tree.VisitingException
public class VisitingException
A visiting exception is thrown to indicate an exceptional condition while visiting a node.
| Constructor Summary | |
|---|---|
VisitingException(java.lang.String message,
java.lang.Throwable cause)
Create a new visiting exception with the specified detail message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class xtc.tree.TraversalException |
|---|
getCause, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VisitingException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message.cause - The cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||