public class WKBEncodingException extends BaseException
Modifier and Type | Field and Description |
---|---|
protected java.util.Map |
values |
code, formatString, messageKey
Modifier | Constructor and Description |
---|---|
protected |
WKBEncodingException(java.lang.String messageFormat,
java.lang.String messageKey,
long code) |
protected |
WKBEncodingException(java.lang.String messageFormat,
java.lang.Throwable cause,
java.lang.String messageKey,
long code) |
|
WKBEncodingException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected void |
setValue(java.lang.String name,
java.lang.String value) |
protected java.util.Map |
values() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue
protected WKBEncodingException(java.lang.String messageFormat, java.lang.Throwable cause, java.lang.String messageKey, long code)
protected WKBEncodingException(java.lang.String messageFormat, java.lang.String messageKey, long code)
public WKBEncodingException(java.lang.Throwable cause)
protected void setValue(java.lang.String name, java.lang.String value)
protected java.util.Map values()
values
in class BaseException