Class LocalizableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.firstspirit.client.common.locale.LocalizableException
- All Implemented Interfaces:
Localizable
,Serializable
- Direct Known Subclasses:
InvalidValueException
Generic runtime exception providing support for localization. Usually acts as a localized container for causing exceptions.
- Since:
- 5.2.240501
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocalizableException
public LocalizableException()
-