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
public class EvaluationException extends Exception
Creation-Date: 31.10.2006, 14:15:29- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvaluationException(ErrorValue errorValue)Creates a StackableRuntimeException with no message and no parent.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorValuegetErrorValue()static EvaluationExceptiongetInstance(ErrorValue errorValue)StringgetMessage()Returns the detail message string of this throwable.protected voidupdateErrorValue(ErrorValue errorValue)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EvaluationException
public EvaluationException(ErrorValue errorValue)
Creates a StackableRuntimeException with no message and no parent.- Parameters:
errorValue- the error value that caused this exception.
-
-
Method Detail
-
getMessage
public String getMessage()
Returns the detail message string of this throwable.- Overrides:
getMessagein classThrowable- Returns:
- the detail message string of this Throwable instance (which may be null).
-
updateErrorValue
protected void updateErrorValue(ErrorValue errorValue)
-
getErrorValue
public ErrorValue getErrorValue()
-
getInstance
public static EvaluationException getInstance(ErrorValue errorValue)
-
-