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