public class EvaluationException extends ExpressionException
expressionString, position| 构造器和说明 |
|---|
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, toDetailedStringpublic 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