public class EvaluationException extends Exception
| 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EvaluationException(ErrorValue errorValue)
errorValue - the error value that caused this exception.public String getMessage()
getMessage in class Throwablepublic ErrorValue getErrorValue()
public static EvaluationException getInstance(ErrorValue errorValue)