public class EvaluationException
extends org.pentaho.reporting.libraries.base.util.StackableException
Constructor and Description |
---|
EvaluationException(ErrorValue errorValue)
Creates a StackableRuntimeException with no message and no parent.
|
Modifier and Type | Method and Description |
---|---|
ErrorValue |
getErrorValue() |
static EvaluationException |
getInstance(ErrorValue errorValue) |
java.lang.String |
getMessage()
Returns the detail message string of this throwable.
|
getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
public EvaluationException(ErrorValue errorValue)
errorValue
- the error value that caused this exception.public java.lang.String getMessage()
getMessage
in class org.pentaho.reporting.libraries.base.util.StackableException
public ErrorValue getErrorValue()
public static EvaluationException getInstance(ErrorValue errorValue)