org.pentaho.reporting.libraries.formula
public class EvaluationException extends StackableException
Constructor Summary | |
---|---|
EvaluationException(ErrorValue errorValue)
Creates a StackableRuntimeException with no message and no parent. |
Method Summary | |
---|---|
ErrorValue | getErrorValue() |
static EvaluationException | getInstance(ErrorValue errorValue) |
String | getMessage()
Returns the detail message string of this throwable.
|
Parameters: errorValue the error value that caused this exception.
Returns: the detail message string of this Throwable instance (which may be null).