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, setStackTrace
public ApplicationException(String pMessage)
public ApplicationException(Locale pLocale)
public void setLocale(Locale pLocale)
protected String getBundleDefaultMessage()
public String getMessage()
getMessage
in class Throwable
public abstract String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2017 DocDoku. All rights reserved.