Home » openjdk-7 » javax.sound » sampled » [javadoc | source]
javax.sound.sampled
public class: UnsupportedAudioFileException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.sound.sampled.UnsupportedAudioFileException

All Implemented Interfaces:
    Serializable

An UnsupportedAudioFileException is an exception indicating that an operation failed because a file did not contain valid data of a recognized file type and format.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public UnsupportedAudioFileException() 
 public UnsupportedAudioFileException(String message) 
    Constructs a UnsupportedAudioFileException that has the specified detail message.
    Parameters:
    message - a string containing the error detail message
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait