Package javax.media.j3d
Class SoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.media.j3d.SoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class SoundException extends java.lang.RuntimeExceptionIndicates a problem in loading or playing a sound sample.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoundException()Create the exception object with default values.SoundException(java.lang.String str)Create the exception object that outputs message.
-