Uses of Class
jmri.util.prefs.InitializationException
Packages that use InitializationException
Package
Description
Provides implementations of various JMRI interfaces.
Support for implementing Warrants in JMRI.
Basic support for advanced programming, primarily used by DecoderPro.
Provides implementations of various JMRI managers.
JMRI profile management.
Interfaces that can be implemented outside the JMRI.jar file to implement new
behavior in JMRI.
Provides small Swing-based tool and utility classes
for JMRI basic forms.
This package provides two mechanisms for storing preferences and one
mechanism for storing user interface state within a JMRI profile:
JmriConfigurationProvider
Complex preferences within an XML element provided by the object storing
and retrieving the element.
JmriPreferencesProvider
Simple preferences within a Preferences
construct.
JmriUserInterfaceConfigurationProvider
Complex user interface state within an XML element provided by the object
storing and retrieving the element.
These three classes provide arbitrary read/write access to the
underlying storage, such that writing a users preferences does not require
any part of a JMRI application have knowledge of every object that manages
users preferences.-
Uses of InitializationException in apps.systemconsole
Methods in apps.systemconsole that throw InitializationExceptionModifier and TypeMethodDescriptionvoidSystemConsolePreferencesManager.initialize(Profile profile) -
Uses of InitializationException in jmri.implementation
Methods in jmri.implementation that return types with arguments of type InitializationExceptionMethods in jmri.implementation that throw InitializationException -
Uses of InitializationException in jmri.jmrit.consisttool
Methods in jmri.jmrit.consisttool that throw InitializationException -
Uses of InitializationException in jmri.jmrit.logix
Methods in jmri.jmrit.logix that throw InitializationException -
Uses of InitializationException in jmri.jmrit.roster
Methods in jmri.jmrit.roster that throw InitializationException -
Uses of InitializationException in jmri.jmrit.symbolicprog
Methods in jmri.jmrit.symbolicprog that throw InitializationException -
Uses of InitializationException in jmri.managers
Methods in jmri.managers that return InitializationExceptionModifier and TypeMethodDescriptionLoad into InstanceManagerMethods in jmri.managers that throw InitializationException -
Uses of InitializationException in jmri.profile
Methods in jmri.profile that throw InitializationException -
Uses of InitializationException in jmri.server.web.app
Methods in jmri.server.web.app that throw InitializationException -
Uses of InitializationException in jmri.spi
Methods in jmri.spi that throw InitializationExceptionModifier and TypeMethodDescriptionvoidPreferencesManager.initialize(Profile profile) Initialize the PreferencesManager with preferences associated with the provided Profile. -
Uses of InitializationException in jmri.swing
Methods in jmri.swing that throw InitializationException -
Uses of InitializationException in jmri.util.gui
Methods in jmri.util.gui that throw InitializationException -
Uses of InitializationException in jmri.util.prefs
Subclasses of InitializationException in jmri.util.prefsModifier and TypeClassDescriptionclassAn exception thrown then there is a configured connection, but JMRI is unable to open that connection.Methods in jmri.util.prefs that throw InitializationExceptionModifier and TypeMethodDescriptionprotected voidAbstractPreferencesManager.requiresNoInitializedWithExceptions(Profile profile, String message) Require that instances of the specified classes have initialized correctly.protected voidAbstractPreferencesManager.requiresNoInitializedWithExceptions(Profile profile, Set<Class<? extends PreferencesManager>> classes, String message) Require that instances of the specified classes have initialized correctly. -
Uses of InitializationException in jmri.util.startup
Methods in jmri.util.startup that throw InitializationExceptionModifier and TypeMethodDescriptionvoidStartupActionsManager.initialize(Profile profile) Initialize the PreferencesManager with preferences associated with the provided Profile.