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:
- java.io.Serializable
public class EvaluationException
- extends ExpressionParserException
Exception that is thrown whenever the evaluation of any
EvaluableExpression
fails.
- See Also:
- Serialized Form
Method Summary |
protected java.lang.String |
getGeneralExceptionMessagePrefix()
Get the general exception message prefix (dependent on the concrete
exception class) |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EvaluationException
public EvaluationException()
- Create empty exception
EvaluationException
public EvaluationException(java.lang.String message)
- Create exception with a message
- Parameters:
message
- exception message
EvaluationException
public EvaluationException(java.lang.Throwable cause)
- Create exception with a cause
- Parameters:
cause
- exception cause
EvaluationException
public EvaluationException(java.lang.String message,
java.lang.Throwable cause)
- Create exception with message and cause
- Parameters:
message
- exception messagecause
- exception cause
getGeneralExceptionMessagePrefix
protected java.lang.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.