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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LocalizableExceptionpublic LocalizableException()
 
-