|
|||||||||||
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 com.evelopers.common.exception.CommonException com.evelopers.common.exception.SystemException com.evelopers.unimod.parser.InterpreterException
Thrown by Interpreter.
Field Summary |
Fields inherited from class com.evelopers.common.exception.CommonException |
parentException |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
InterpreterException(java.lang.String message)
|
|
InterpreterException(java.lang.Throwable e)
|
|
InterpreterException(java.lang.Throwable e,
java.lang.String message)
|
Methods inherited from class com.evelopers.common.exception.CommonException |
getChainedMessage, getChainedTrace, getParentException, getParentTrace, getRootException, getRootTrace, getTrace |
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 InterpreterException(java.lang.String message)
message
- error messageCommonException.CommonException(String)
public InterpreterException(java.lang.Throwable e)
e
- original exceptionCommonException.CommonException(Throwable)
public InterpreterException(java.lang.Throwable e, java.lang.String message)
e
- original exceptionmessage
- error messageCommonException.CommonException(Throwable, String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |