ContextEvaluationException
, TypeConversionException
public class EvaluationException
extends org.pentaho.reporting.libraries.base.util.StackableException
Constructor | Description |
---|---|
EvaluationException(ErrorValue errorValue) |
Creates a StackableRuntimeException with no message and no parent.
|
Modifier and Type | Method | Description |
---|---|---|
ErrorValue |
getErrorValue() |
|
static EvaluationException |
getInstance(ErrorValue errorValue) |
|
java.lang.String |
getMessage() |
Returns the detail message string of this throwable.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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)