public abstract class AbstractI10nException extends Exception
Exception that wants to be localized.| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
args |
protected String |
key |
| Constructor and Description |
|---|
AbstractI10nException() |
AbstractI10nException(String key,
Object... args) |
AbstractI10nException(String key,
Throwable cause,
Object... args) |
AbstractI10nException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
protected abstract ResourceBundle |
getResourceBundle() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbstractI10nException()
public AbstractI10nException(Throwable cause)
public String getMessage()
getMessage in class Throwableprotected abstract ResourceBundle getResourceBundle()
Copyright © 2018 CrafterCMS. All rights reserved.