Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.formula.EvaluationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TypeConversionException
Creation-Date: 31.10.2006, 14:15:29
- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
ConstructorDescriptionEvaluationException
(ErrorValue errorValue) Creates a StackableRuntimeException with no message and no parent. -
Method Summary
Modifier and TypeMethodDescriptionstatic EvaluationException
getInstance
(ErrorValue errorValue) Returns the detail message string of this throwable.protected void
updateErrorValue
(ErrorValue errorValue) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvaluationException
Creates a StackableRuntimeException with no message and no parent.- Parameters:
errorValue
- the error value that caused this exception.
-
-
Method Details
-
getMessage
Returns the detail message string of this throwable.- Overrides:
getMessage
in classThrowable
- Returns:
- the detail message string of this Throwable instance (which may be null).
-
updateErrorValue
-
getErrorValue
-
getInstance
-