Top Description Fields Constructors
javax.sound.sampled

public Class UnsupportedAudioFileException

extends Exception
Class Inheritance
Imports
java.io.Serial

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.
Author
Kara Kytle
Since
1.3

Field Summary

Modifier and TypeField and Description
private static final long
serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Use serialVersionUID from JDK 1.3 for interoperability.

Constructor Summary

AccessConstructor and Description
public
UnsupportedAudioFileException()

Constructs an UnsupportedAudioFileException that has null as its error detail message.

public
UnsupportedAudioFileException(final String
a string containing the error detail message
message
)

Constructs an UnsupportedAudioFileException that has the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Use serialVersionUID from JDK 1.3 for interoperability.

Annotations
@Serial

Constructor Detail

UnsupportedAudioFileExceptionback to summary
public UnsupportedAudioFileException()

Constructs an UnsupportedAudioFileException that has null as its error detail message.

UnsupportedAudioFileExceptionback to summary
public UnsupportedAudioFileException(final String message)

Constructs an UnsupportedAudioFileException that has the specified detail message.

Parameters
message:String

a string containing the error detail message