Uses of Class
jmri.AudioException
Packages that use AudioException
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides specific implementations of various audio systems.
Provides implementations of various JMRI managers.
-
Uses of AudioException in jmri
Methods in jmri that throw AudioExceptionModifier and TypeMethodDescriptionReturn an Audio with the specified system and user names.AudioManager.provideAudio(String name) Get the Audio with the user name, then system name if needed; if that fails, create a new Audio. -
Uses of AudioException in jmri.jmrit.audio
Methods in jmri.jmrit.audio that throw AudioExceptionModifier and TypeMethodDescriptionprotected AudioDefaultAudioManager.createNewAudio(String systemName, String userName) Return an Audio with the specified system and user names.DefaultAudioSourceManager.provideAudio(String name) Get the Audio with the user name, then system name if needed; if that fails, create a new Audio. -
Uses of AudioException in jmri.managers
Methods in jmri.managers that throw AudioExceptionModifier and TypeMethodDescriptionprotected abstract AudioAbstractAudioManager.createNewAudio(String systemName, String userName) Internal method to invoke the factory, after all the logic for returning an existing Audio has been invoked.Return an Audio with the specified system and user names.AbstractAudioManager.provideAudio(String name) Get the Audio with the user name, then system name if needed; if that fails, create a new Audio.