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