Uses of Class
jmri.util.prefs.InitializationException
-
Packages that use InitializationException Package Description apps.systemconsole jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.consisttool jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.roster jmri.jmrit.symbolicprog Basic support for advanced programming, primarily used by DecoderPro.jmri.managers Provides implementations of various JMRI managers.jmri.profile JMRI profile management.jmri.server.web.app jmri.spi Interfaces that can be implemented outside the JMRI.jar file to implement new behavior in JMRI.jmri.swing Provides small Swing-based tool and utility classes for JMRI basic forms.jmri.util.gui jmri.util.prefs 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 aPreferences
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.jmri.util.startup -
-
Uses of InitializationException in apps.systemconsole
Methods in apps.systemconsole that throw InitializationException Modifier and Type Method Description void
SystemConsolePreferencesManager. initialize(Profile profile)
-
Uses of InitializationException in jmri.implementation
Methods in jmri.implementation that return types with arguments of type InitializationException Modifier and Type Method Description java.util.HashMap<PreferencesManager,InitializationException>
JmriConfigurationManager. getInitializationExceptions()
Methods in jmri.implementation that throw InitializationException Modifier and Type Method Description void
FileLocationsPreferences. initialize(Profile profile)
-
Uses of InitializationException in jmri.jmrit.consisttool
Methods in jmri.jmrit.consisttool that throw InitializationException Modifier and Type Method Description void
ConsistPreferencesManager. initialize(Profile profile)
-
Uses of InitializationException in jmri.jmrit.logix
Methods in jmri.jmrit.logix that throw InitializationException Modifier and Type Method Description void
WarrantPreferences. initialize(Profile profile)
-
Uses of InitializationException in jmri.jmrit.roster
Methods in jmri.jmrit.roster that throw InitializationException Modifier and Type Method Description void
RosterConfigManager. initialize(Profile profile)
-
Uses of InitializationException in jmri.jmrit.symbolicprog
Methods in jmri.jmrit.symbolicprog that throw InitializationException Modifier and Type Method Description void
ProgrammerConfigManager. initialize(Profile profile)
-
Uses of InitializationException in jmri.managers
Methods in jmri.managers that return InitializationException Modifier and Type Method Description InitializationException
ManagerDefaultSelector. configure(Profile profile)
Load into InstanceManagerMethods in jmri.managers that throw InitializationException Modifier and Type Method Description void
ManagerDefaultSelector. initialize(Profile profile)
-
Uses of InitializationException in jmri.profile
Methods in jmri.profile that throw InitializationException Modifier and Type Method Description void
ProfileManager. export(Profile profile, java.io.File target, boolean exportExternalUserFiles, boolean exportExternalRoster)
Export theProfile
to a zip file. -
Uses of InitializationException in jmri.server.web.app
Methods in jmri.server.web.app that throw InitializationException Modifier and Type Method Description void
WebAppManager. initialize(Profile profile)
-
Uses of InitializationException in jmri.spi
Methods in jmri.spi that throw InitializationException Modifier and Type Method Description void
PreferencesManager. 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 Modifier and Type Method Description void
JmriJTablePersistenceManager. initialize(Profile profile)
-
Uses of InitializationException in jmri.util.gui
Methods in jmri.util.gui that throw InitializationException Modifier and Type Method Description void
GuiLafPreferencesManager. initialize(Profile profile)
-
Uses of InitializationException in jmri.util.prefs
Subclasses of InitializationException in jmri.util.prefs Modifier and Type Class Description class
HasConnectionButUnableToConnectException
An exception thrown then there is a configured connection, but JMRI is unable to open that connection.Methods in jmri.util.prefs that throw InitializationException Modifier and Type Method Description protected void
AbstractPreferencesManager. requiresNoInitializedWithExceptions(Profile profile, java.lang.String message)
Require that instances of the specified classes have initialized correctly.protected void
AbstractPreferencesManager. requiresNoInitializedWithExceptions(Profile profile, java.util.Set<java.lang.Class<? extends PreferencesManager>> classes, java.lang.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 InitializationException Modifier and Type Method Description void
StartupActionsManager. initialize(Profile profile)
Initialize the PreferencesManager with preferences associated with the provided Profile.
-