public class EvaluationException extends ExpressionException
expressionString, position
Constructor and Description |
---|
EvaluationException(int position,
String message)
Create a new expression evaluation exception.
|
EvaluationException(int position,
String message,
Throwable cause)
Create a new expression evaluation exception.
|
EvaluationException(String message)
Create a new expression evaluation exception.
|
EvaluationException(String expressionString,
String message)
Create a new expression evaluation exception.
|
EvaluationException(String message,
Throwable cause)
Create a new expression evaluation exception.
|
getExpressionString, getMessage, getPosition, getSimpleMessage, toDetailedString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EvaluationException(String message)
message
- description of the problem that occurredpublic EvaluationException(String message, Throwable cause)
message
- description of the problem that occurredcause
- the underlying cause of this exceptionpublic EvaluationException(int position, String message)
position
- the position in the expression where the problem occurredmessage
- description of the problem that occurredpublic EvaluationException(String expressionString, String message)
expressionString
- the expression that could not be evaluatedmessage
- description of the problem that occurredpublic EvaluationException(int position, String message, Throwable cause)
position
- the position in the expression where the problem occurredmessage
- description of the problem that occurredcause
- the underlying cause of this exception