public class EvaluationException extends ExpressionParserException
EvaluableExpression
fails.expressionString
Constructor and Description |
---|
EvaluationException()
Create empty exception
|
EvaluationException(String message)
Create exception with a message
|
EvaluationException(String message,
Throwable cause)
Create exception with message and cause
|
EvaluationException(Throwable cause)
Create exception with a cause
|
Modifier and Type | Method and Description |
---|---|
protected String |
getGeneralExceptionMessagePrefix()
Get the general exception message prefix (dependent on the concrete
exception class)
|
getExpressionString, getMessage, setExpressionString
getLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EvaluationException()
public EvaluationException(String message)
message
- exception messagepublic EvaluationException(Throwable cause)
cause
- exception causeprotected String getGeneralExceptionMessagePrefix()
ExpressionParserException
getGeneralExceptionMessagePrefix
in class ExpressionParserException
Copyright © 2016 Gentics Software GmbH. All Rights Reserved.