Lines Matching refs:UnsupportedAudioFileException

40 import javax.sound.sampled.UnsupportedAudioFileException;
77 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
83 public AudioFileFormat getAudioFileFormat(InputStream stream) throws UnsupportedAudioFileException, IOException {
99 * @throws UnsupportedAudioFileException if the URL does not point to valid audio
103 public AudioFileFormat getAudioFileFormat(URL url) throws UnsupportedAudioFileException, IOException {
121 * @throws UnsupportedAudioFileException if the File does not point to valid audio
125 public AudioFileFormat getAudioFileFormat(File file) throws UnsupportedAudioFileException, IOException {
154 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
160 public AudioInputStream getAudioInputStream(InputStream stream) throws UnsupportedAudioFileException, IOException {
162 AudioFileFormat fileFormat = getCOMM(stream, true); // throws UnsupportedAudioFileException, IOException
177 * @throws UnsupportedAudioFileException if the URL does not point to valid audio
181 public AudioInputStream getAudioInputStream(URL url) throws UnsupportedAudioFileException, IOException {
202 * @throws UnsupportedAudioFileException if the File does not point to valid audio
207 throws UnsupportedAudioFileException, IOException {
225 throws UnsupportedAudioFileException, IOException {
249 throw new UnsupportedAudioFileException("not an AIFF file");
292 throw new UnsupportedAudioFileException("Invalid AIFF/COMM chunksize");
316 throw new UnsupportedAudioFileException("Invalid AIFF encoding");
367 throw new UnsupportedAudioFileException("missing COMM chunk");