Package org.craftercms.commons.i10n
Class AbstractI10nException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.commons.i10n.AbstractI10nException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CryptoException,EmailException
Root exception for any
Exception that wants to be localized.- Author:
- avasquez
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractI10nException(String key, Object... args) AbstractI10nException(String key, Throwable cause, Object... args) AbstractI10nException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
key
-
args
-
-
Constructor Details
-
AbstractI10nException
public AbstractI10nException() -
AbstractI10nException
-
AbstractI10nException
-
AbstractI10nException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getResourceBundle
-