public class javax.sound.sampled
UnsupportedAudioFileException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
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.
version1.10 05/11/17
since1.3

Constructors
public UnsupportedAudioFileException()
Constructs a UnsupportedAudioFileException that has null as its error detail message.
public UnsupportedAudioFileException(String message) Details
Constructs a UnsupportedAudioFileException that has the specified detail message.
messagea string containing the error detail message