public class ExpressionEngineException extends Exception
| Constructor and Description |
|---|
ExpressionEngineException(String msg)
Constructs the ExpressionEngineException
|
ExpressionEngineException(String msg,
int errorCode,
Throwable e)
Constructs the ExpressionEngineException
|
ExpressionEngineException(String message,
int errorCode,
Throwable cause,
boolean debug) |
ExpressionEngineException(String msg,
Throwable e)
Constructs the ExpressionEngineException
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpressionEngineException(String msg)
msg - the massege given by parser to tell the error.public ExpressionEngineException(String msg, Throwable e)
msg - the massege given by parser to tell the error.e - Exception to wrappublic ExpressionEngineException(String msg, int errorCode, Throwable e)
msg - the massege given by parser to tell the errorerrorCode - code representing the error typee - Exception to wrappublic final int getErrorCode()
public String getMessage()
getMessage in class Throwable