Package jmri.util.prefs
Class InitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.util.prefs.InitializationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HasConnectionButUnableToConnectException
This exception represents an exception thrown while attempting to initialize
a PreferencesProvider.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitializationException(String message, String localized) InitializationException(String message, String localized, Throwable cause) InitializationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InitializationException
-
InitializationException
-
InitializationException
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-