Package com.googlecode.aviator.exception
Class ExpressionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.aviator.exception.ExpressionRuntimeException
com.googlecode.aviator.exception.ExpressionNotFoundException
- All Implemented Interfaces:
Serializable
Compiled expression not found exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionNotFoundException
(String message) ExpressionNotFoundException
(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
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ExpressionNotFoundException
public ExpressionNotFoundException() -
ExpressionNotFoundException
-
ExpressionNotFoundException
-
ExpressionNotFoundException
-