com.gentics.api.lib.expressionparser
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.lib.exception.NodeException
              extended by com.gentics.api.lib.expressionparser.ExpressionParserException
                  extended by 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

Field Summary
 
Fields inherited from class com.gentics.api.lib.expressionparser.ExpressionParserException
expressionString
 
Constructor Summary
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
 
Method Summary
protected  java.lang.String getGeneralExceptionMessagePrefix()
          Get the general exception message prefix (dependent on the concrete exception class)
 
Methods inherited from class com.gentics.api.lib.expressionparser.ExpressionParserException
getExpressionString, getMessage, setExpressionString
 
Methods inherited from class com.gentics.api.lib.exception.NodeException
getLocalizedMessage
 
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
 

Constructor Detail

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 message
cause - exception cause
Method Detail

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.