Uses of Class
jmri.AudioException
-
Packages that use AudioException Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.audio Provides specific implementations of various audio systems.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of AudioException in jmri
Methods in jmri that throw AudioException Modifier and Type Method Description Audio
AudioManager. newAudio(java.lang.String systemName, java.lang.String userName)
Return an Audio with the specified system and user names.Audio
AudioManager. provideAudio(java.lang.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 AudioException Modifier and Type Method Description protected Audio
DefaultAudioManager. createNewAudio(java.lang.String systemName, java.lang.String userName)
Audio
DefaultAudioSourceManager. newAudio(java.lang.String systemName, java.lang.String userName)
Return an Audio with the specified system and user names.Audio
DefaultAudioSourceManager. provideAudio(java.lang.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 AudioException Modifier and Type Method Description protected abstract Audio
AbstractAudioManager. createNewAudio(java.lang.String systemName, java.lang.String userName)
Internal method to invoke the factory, after all the logic for returning an existing Audio has been invoked.Audio
AbstractAudioManager. newAudio(java.lang.String systemName, java.lang.String userName)
Return an Audio with the specified system and user names.Audio
AbstractAudioManager. provideAudio(java.lang.String name)
Get the Audio with the user name, then system name if needed; if that fails, create a new Audio.
-