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