Package jmri.jmrit.roster
Class RosterLocationUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.util.prefs.InitializationException
jmri.jmrit.roster.RosterLocationUnavailableException
- All Implemented Interfaces:
Serializable
An exception thrown when the configured roster location is not available
at startup, for example because the user removed a USB drive that holds
the roster directory. Recognized by
JmriConfigurationManager so that, in a
non-headless application, the user can be offered Continue or Quit before
the broader initialization-error dialog is shown.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRosterLocationUnavailableException(String message, String localized, String unavailablePath, Throwable cause) -
Method Summary
Methods inherited from class jmri.util.prefs.InitializationException
getLocalizedMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RosterLocationUnavailableException
-
-
Method Details