All Packages Class Hierarchy This Package Previous Next Index
Class java.media.j3d.SoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.media.j3d.SoundException
- public class SoundException
- extends RuntimeException
Indicates a problem in loading or playing a sound sample.
-
SoundException()
- Create the exception object with default values..
-
SoundException(String)
- Create the exception object that outputs message.
SoundException
public SoundException()
- Create the exception object with default values..
SoundException
public SoundException(String str)
- Create the exception object that outputs message.
- Parameters:
- str - the message string to be output.
All Packages Class Hierarchy This Package Previous Next Index