Package com.googlecode.aviator.exception
Class ExpressionSyntaxErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.aviator.exception.ExpressionSyntaxErrorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnsupportedFeatureException
Expression syntax exception
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExpressionSyntaxErrorException
(String message) ExpressionSyntaxErrorException
(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
-
ExpressionSyntaxErrorException
public ExpressionSyntaxErrorException() -
ExpressionSyntaxErrorException
-
ExpressionSyntaxErrorException
-
ExpressionSyntaxErrorException
-