SoundException (Java 3D API) function asd() { parent.document.title="SoundException (Java 3D API)"; } Overview Package Class Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES if(window==top) { document.writeln('All Classes'); } //--> All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD 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 SoundExceptionextends java.lang.RuntimeException Indicates a problem in loading or playing a sound sample. See Also:Serialized Form Constructor Summary SoundException() Create the exception object with default values. SoundException(java.lang.String str) Create the exception object that outputs message. Methods inherited from class java.lang.Throwable fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait Constructor Detail SoundException public SoundException() Create the exception object with default values. SoundException public SoundException(java.lang.String str) Create the exception object that outputs message. Parameters:str - the message string to be output. Overview Package Class Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES if(window==top) { document.writeln('All Classes'); } //--> All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD