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