Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.expression.exception.ExpressionException
- All Implemented Interfaces:
Serializable
Exception that can be thrown during expression evaluation.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionException(String message) ExpressionException(String message, Object... args) ExpressionException(String message, Throwable cause) ExpressionException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionException
public ExpressionException() -
ExpressionException
-
ExpressionException
-
ExpressionException
-
ExpressionException
-