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:
java.io.Serializable
- Direct Known Subclasses:
CompareNotSupportedException
,CompileExpressionErrorException
,ExpressionNotFoundException
,FunctionNotFoundException
,LoadScriptFailureException
,NoSuchPropertyException
,TimeoutException
public class ExpressionRuntimeException extends java.lang.RuntimeException
Expression runtime exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ExpressionRuntimeException()
ExpressionRuntimeException(java.lang.String message)
ExpressionRuntimeException(java.lang.String message, java.lang.Throwable cause)
ExpressionRuntimeException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExpressionRuntimeException
public ExpressionRuntimeException()
-
ExpressionRuntimeException
public ExpressionRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
ExpressionRuntimeException
public ExpressionRuntimeException(java.lang.String message)
-
ExpressionRuntimeException
public ExpressionRuntimeException(java.lang.Throwable cause)
-
-