public class EvaluationException extends ExpressionParserException
EvaluableExpression
fails.expressionString
Constructor and Description |
---|
EvaluationException()
Create empty exception
|
EvaluationException(java.lang.String message)
Create exception with a message
|
EvaluationException(java.lang.String message,
java.lang.Throwable cause)
Create exception with message and cause
|
EvaluationException(java.lang.Throwable cause)
Create exception with a cause
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getGeneralExceptionMessagePrefix()
Get the general exception message prefix (dependent on the concrete
exception class)
|
getExpressionString, getMessage, setExpressionString
getLocalizedMessage
public EvaluationException()
public EvaluationException(java.lang.String message)
message
- exception messagepublic EvaluationException(java.lang.Throwable cause)
cause
- exception causepublic EvaluationException(java.lang.String message, java.lang.Throwable cause)
message
- exception messagecause
- exception causeprotected java.lang.String getGeneralExceptionMessagePrefix()
ExpressionParserException
getGeneralExceptionMessagePrefix
in class ExpressionParserException
Copyright © 2022 Gentics Software. All Rights Reserved.