javax.sound.sampled

Class UnsupportedAudioFileException

public class UnsupportedAudioFileException extends Exception

An exception of this type is thrown when an operation is attempted on a file whose format is unrecognized.

Since: 1.3

Constructor Summary
UnsupportedAudioFileException()
Create a new UnsupportedAudioFileException.
UnsupportedAudioFileException(String msg)
Create a new UnsupportedAudioFileException with the indicated message.

Constructor Detail

UnsupportedAudioFileException

public UnsupportedAudioFileException()
Create a new UnsupportedAudioFileException.

UnsupportedAudioFileException

public UnsupportedAudioFileException(String msg)
Create a new UnsupportedAudioFileException with the indicated message.

Parameters: msg the message