FileDocCategorySizeDatePackage
UnsupportedAudioFileException.javaAPI DocAndroid 1.5 API1139Wed May 06 22:41:02 BST 2009javax.sound.sampled

UnsupportedAudioFileException

public class UnsupportedAudioFileException extends Exception

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public UnsupportedAudioFileException()


      
        super();
    
public UnsupportedAudioFileException(String message)

        super(message);
    
Methods Summary