public class LocalizableException extends Exception
| Constructor and Description |
|---|
LocalizableException(ILocalizableString string)
Constructor.
|
LocalizableException(ILocalizableString string,
Throwable cause)
Constructor.
|
LocalizableException(String message)
Constructor.
|
LocalizableException(String namespace,
String string,
Object... values)
Constructor.
|
LocalizableException(String message,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ILocalizableString |
getLocalizable() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LocalizableException(ILocalizableString string, Throwable cause)
public LocalizableException(ILocalizableString string)
public LocalizableException(String namespace, String string, Object... values)
public LocalizableException(String message)
public String getMessage()
getMessage in class Throwablepublic ILocalizableString getLocalizable()
Copyright © 2019. All rights reserved.