public class GettingMapInfoException extends BaseException
code, formatString, messageKey
Modifier | Constructor and Description |
---|---|
|
GettingMapInfoException()
Constructor to be used in rare cases, usually you must create a new child
exception class for each case.
|
|
GettingMapInfoException(Exception cause)
Constructor to be used in rare cases, usually you must create a new child
exception class for each case.
|
protected |
GettingMapInfoException(String message,
String key,
long code) |
protected |
GettingMapInfoException(String message,
Throwable cause,
String key,
long code) |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, values
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GettingMapInfoException()
public GettingMapInfoException(Exception cause)
Don't use this constructor in child classes.
cause
- the original cause of the exceptionprotected GettingMapInfoException(String message, String key, long code)
message
- the default messageFormat to describe the exceptionkey
- the key to use to search a localized messageFormnatacode
- the unique code to identify the exceptionBaseException.BaseException(String, String, long).
protected GettingMapInfoException(String message, Throwable cause, String key, long code)
message
- the default messageFormat to describe the exceptioncause
- the original cause of the exceptionkey
- the key to use to search a localized messageFormnatacode
- the unique code to identify the exceptionBaseException.BaseException(String, Throwable, String, long).