org.pentaho.reporting.libraries.formula

Class EvaluationException

public class EvaluationException extends StackableException

Creation-Date: 31.10.2006, 14:15:29

Author: Thomas Morgner

Constructor Summary
EvaluationException(ErrorValue errorValue)
Creates a StackableRuntimeException with no message and no parent.
Method Summary
ErrorValuegetErrorValue()
static EvaluationExceptiongetInstance(ErrorValue errorValue)
StringgetMessage()
Returns the detail message string of this throwable.

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

getErrorValue

public ErrorValue getErrorValue()

getInstance

public static EvaluationException getInstance(ErrorValue errorValue)

getMessage

public String getMessage()
Returns the detail message string of this throwable.

Returns: the detail message string of this Throwable instance (which may be null).