com.gentics.api.lib.expressionparser
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.lib.expressionparser.ExpressionParserException
com.gentics.api.lib.expressionparser.EvaluationException
- All Implemented Interfaces:
- Serializable
public class EvaluationException
- extends ExpressionParserException
Exception that is thrown whenever the evaluation of any
EvaluableExpression
fails.
- See Also:
- Serialized Form
EvaluationException
public EvaluationException()
- Create empty exception
EvaluationException
public EvaluationException(String message)
- Create exception with a message
- Parameters:
message
- exception message
EvaluationException
public EvaluationException(Throwable cause)
- Create exception with a cause
- Parameters:
cause
- exception cause
EvaluationException
public EvaluationException(String message,
Throwable cause)
- Create exception with message and cause
- Parameters:
message
- exception messagecause
- exception cause
getGeneralExceptionMessagePrefix
protected String getGeneralExceptionMessagePrefix()
- Description copied from class:
ExpressionParserException
- Get the general exception message prefix (dependent on the concrete
exception class)
- Specified by:
getGeneralExceptionMessagePrefix
in class ExpressionParserException
- Returns:
- general exception message prefix
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.