UnsupportedAudioFileException
is an exception indicating that an
operation failed because a file did not contain valid data of a recognized
file type and format.
Modifier and Type | Field and Description |
---|---|
private static final long | serialVersionUID
Use serialVersionUID from JDK 1.3 for interoperability.
|
Access | Constructor and Description |
---|---|
public | UnsupportedAudioFileException()
Constructs an |
public | UnsupportedAudioFileException(final String
a string containing the error detail message message)Constructs an |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. Use serialVersionUID from JDK 1.3 for interoperability. |
UnsupportedAudioFileException | back to summary |
---|---|
public UnsupportedAudioFileException() Constructs an |
UnsupportedAudioFileException | back to summary |
---|---|
public UnsupportedAudioFileException(final String message) Constructs an
|