UnsupportedAudioFileExceptionpublic class UnsupportedAudioFileException extends Exception 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. |
Constructors Summary |
---|
public UnsupportedAudioFileException()Constructs a UnsupportedAudioFileException that has
null as its error detail message.
super();
| public UnsupportedAudioFileException(String message)Constructs a UnsupportedAudioFileException that has
the specified detail message.
super(message);
|
|