| Exception Thrown By: | Cause | |
| Class | Method | |
| AudioFileReader | public abstract AudioFileFormat getAudioFileFormat(URL url) | if the URL does not point to valid audio file data recognized by the system. |
| AudioFileReader | public abstract AudioFileFormat getAudioFileFormat(File file) | if the File does not point to valid audio file data recognized by the system. |
| AudioFileReader | public abstract AudioInputStream getAudioInputStream(InputStream stream) | if the stream does not point to valid audio file data recognized by the system. |
| AudioFileReader | public abstract AudioInputStream getAudioInputStream(URL url) | if the URL does not point to valid audio file data recognized by the system. |
| AudioFileReader | public abstract AudioInputStream getAudioInputStream(File file) | if the File does not point to valid audio file data recognized by the system. |
| AudioSystem | public static AudioFileFormat getAudioFileFormat(InputStream stream) | if the stream does not point to valid audio file data recognized by the system. |
| AudioSystem | public static AudioFileFormat getAudioFileFormat(URL url) | if the URL does not point to valid audio file data recognized by the system. |
| AudioSystem | public static AudioFileFormat getAudioFileFormat(File file) | if the File does not point to valid audio file data recognized by the system. |
| AudioSystem | public static AudioInputStream getAudioInputStream(InputStream stream) | if the stream does not point to valid audio file data recognized by the system. |
| AudioSystem | public static AudioInputStream getAudioInputStream(URL url) | if the URL does not point to valid audio file data recognized by the system. |
| AudioSystem | public static AudioInputStream getAudioInputStream(File file) | if the File does not point to valid audio file data recognized by the system. |