|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.sri.emo.dbobj.model_tree.ViewVisitorException
public class ViewVisitorException
Exception that is thrown whenever something happens while visiting a node.
Constructor Summary | |
---|---|
ViewVisitorException()
Default constructor, no message, no nested exception. |
|
ViewVisitorException(String message)
Constructor that takes a message. |
|
ViewVisitorException(String message,
Throwable cause)
Constructor that takes a message and a nested exception. |
|
ViewVisitorException(Throwable cause)
Constructor that takes a nested exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ViewVisitorException()
public ViewVisitorException(String message)
message
- Stringpublic ViewVisitorException(String message, Throwable cause)
message
- Stringcause
- Throwablepublic ViewVisitorException(Throwable cause)
cause
- Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |