public abstract class ApplicationException extends Exception
| Constructor and Description |
|---|
ApplicationException(Locale pLocale) |
ApplicationException(Locale pLocale,
Throwable pCause) |
ApplicationException(String pMessage) |
ApplicationException(String pMessage,
Throwable pCause) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getBundleDefaultMessage() |
protected String |
getBundleMessage(String pKey) |
abstract String |
getLocalizedMessage() |
String |
getMessage() |
void |
setLocale(Locale pLocale) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ApplicationException(String pMessage)
public ApplicationException(Locale pLocale)
public void setLocale(Locale pLocale)
protected String getBundleDefaultMessage()
public String getMessage()
getMessage in class Throwablepublic abstract String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2017 DocDoku. All rights reserved.