Package io.ultreia.java4all.i18n.spi
Class I18nResourceInitializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.ultreia.java4all.i18n.spi.I18nResourceInitializationException
-
- All Implemented Interfaces:
Serializable
public class I18nResourceInitializationException extends Exception
Created by tchemit on 29/10/2018.- Author:
- Tony Chemit - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description I18nResourceInitializationException(String message)I18nResourceInitializationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-