public class EvaluatorException extends BaseException
| Modifier and Type | Field and Description |
|---|---|
protected Map |
values |
code, formatString, messageKey| Constructor and Description |
|---|
EvaluatorException(String message,
Throwable cause,
String key,
long code) |
EvaluatorException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setValue(String name,
Object value) |
protected Map |
values() |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslatoraddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Map values
public EvaluatorException(Throwable cause)
protected void setValue(String name, Object value)
setValue in class BaseExceptionprotected Map values()
values in class BaseException