UnsupportedAudioFileExceptionpublic class UnsupportedAudioFileException extends Exception
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public UnsupportedAudioFileException()
super();
| public UnsupportedAudioFileException(String message)
super(message);
|
|