public class EvaluationException
extends 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) |
String |
getMessage()
Returns the detail message string of this throwable.
|
public EvaluationException(ErrorValue errorValue)
errorValue - the error value that caused this exception.public String getMessage()
public ErrorValue getErrorValue()
public static EvaluationException getInstance(ErrorValue errorValue)