com.evelopers.unimod.parser
Class InterpreterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.evelopers.common.exception.CommonException
              extended bycom.evelopers.common.exception.SystemException
                  extended bycom.evelopers.unimod.parser.InterpreterException
All Implemented Interfaces:
java.io.Serializable

public class InterpreterException
extends com.evelopers.common.exception.SystemException

Thrown by Interpreter.

See Also:
Serialized Form

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

InterpreterException

public InterpreterException(java.lang.String message)
Parameters:
message - error message
See Also:
CommonException.CommonException(String)

InterpreterException

public InterpreterException(java.lang.Throwable e)
Parameters:
e - original exception
See Also:
CommonException.CommonException(Throwable)

InterpreterException

public InterpreterException(java.lang.Throwable e,
                            java.lang.String message)
Parameters:
e - original exception
message - error message
See Also:
CommonException.CommonException(Throwable, String)