public class I10nProfileException extends ProfileException
ProfileException. Follows the same strategy
as AbstractI10nException.| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
args |
static String |
ERROR_BUNDLE_NAME |
protected String |
key |
| Constructor and Description |
|---|
I10nProfileException() |
I10nProfileException(String key,
Object... args) |
I10nProfileException(String key,
Throwable cause,
Object... args) |
I10nProfileException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
protected ResourceBundle |
getResourceBundle() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String ERROR_BUNDLE_NAME
protected String key
protected Object[] args
public I10nProfileException()
public I10nProfileException(Throwable cause)
public String getMessage()
getMessage in class Throwableprotected ResourceBundle getResourceBundle()
Copyright © 2015 CrafterCMS. All Rights Reserved.