All Packages Class Hierarchy This Package Previous Next Index
Class audio.AudioPlayerException
audio.AudioPlayerException
- public class AudioPlayerException
- extends java.lang.Exception
Very simple class just so exceptions generated by AudioPlayer
can be easily recognized.
-
AudioPlayerException(String)
- Construct a new AudioPlayerException with the given
text description.
AudioPlayerException
public AudioPlayerException(java.lang.String message)
- Construct a new AudioPlayerException with the given
text description.
All Packages Class Hierarchy This Package Previous Next Index