Package com.googlecode.aviator.exception
Class ExpressionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.aviator.exception.ExpressionRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompareNotSupportedException
,CompileExpressionErrorException
,ExpressionNotFoundException
,FunctionNotFoundException
,LoadScriptFailureException
,NoSuchPropertyException
,TimeoutException
Expression runtime exception
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionRuntimeException
(String message) ExpressionRuntimeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ExpressionRuntimeException
public ExpressionRuntimeException() -
ExpressionRuntimeException
-
ExpressionRuntimeException
-
ExpressionRuntimeException
-