Searched refs:UnsupportedAudioFileException (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DUnsupportedAudioFileException.java29 * An <code>UnsupportedAudioFileException</code> is an exception indicating that an
37 * An <code>UnsupportedAudioFileException</code> is an exception indicating that an
44 public class UnsupportedAudioFileException extends Exception { class in inherits:Exception
47 * Constructs a <code>UnsupportedAudioFileException</code> that has
50 public UnsupportedAudioFileException() { method in class:UnsupportedAudioFileException
57 * Constructs a <code>UnsupportedAudioFileException</code> that has
62 public UnsupportedAudioFileException(String message) { method in class:UnsupportedAudioFileException
H A DAudioSystem.java987 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
994 throws UnsupportedAudioFileException, IOException {
1004 } catch (UnsupportedAudioFileException e) {
1010 throw new UnsupportedAudioFileException("file is not a supported file type");
1022 * @throws UnsupportedAudioFileException if the URL does not point to valid audio
1027 throws UnsupportedAudioFileException, IOException {
1037 } catch (UnsupportedAudioFileException e) {
1043 throw new UnsupportedAudioFileException("file is not a supported file type");
1055 * @throws UnsupportedAudioFileException if the <code>File</code> does not point to valid audio
1060 throws UnsupportedAudioFileException, IOExceptio
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/sampled/spi/
H A DAudioFileReader.java35 import javax.sound.sampled.UnsupportedAudioFileException;
59 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
65 public abstract AudioFileFormat getAudioFileFormat(InputStream stream) throws UnsupportedAudioFileException, IOException;
73 * @throws UnsupportedAudioFileException if the URL does not point to valid audio
77 public abstract AudioFileFormat getAudioFileFormat(URL url) throws UnsupportedAudioFileException, IOException;
85 * @throws UnsupportedAudioFileException if the <code>File</code> does not point to valid audio
89 public abstract AudioFileFormat getAudioFileFormat(File file) throws UnsupportedAudioFileException, IOException;
104 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
110 public abstract AudioInputStream getAudioInputStream(InputStream stream) throws UnsupportedAudioFileException, IOException;
119 * @throws UnsupportedAudioFileException i
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DWaveFloatFileReader.java39 import javax.sound.sampled.UnsupportedAudioFileException;
50 throws UnsupportedAudioFileException, IOException {
63 throws UnsupportedAudioFileException, IOException {
67 throw new UnsupportedAudioFileException();
69 throw new UnsupportedAudioFileException();
87 throw new UnsupportedAudioFileException();
101 throw new UnsupportedAudioFileException();
103 throw new UnsupportedAudioFileException();
115 throws UnsupportedAudioFileException, IOException {
120 throw new UnsupportedAudioFileException();
[all...]
H A DSoftMidiAudioFileReader.java44 import javax.sound.sampled.UnsupportedAudioFileException;
59 throws UnsupportedAudioFileException, IOException {
67 throws UnsupportedAudioFileException, IOException {
128 throws UnsupportedAudioFileException, IOException {
136 throw new UnsupportedAudioFileException();
139 throw new UnsupportedAudioFileException();
145 throws UnsupportedAudioFileException, IOException {
150 throw new UnsupportedAudioFileException();
152 throw new UnsupportedAudioFileException();
158 throws UnsupportedAudioFileException, IOExceptio
[all...]
H A DSunFileReader.java36 import javax.sound.sampled.UnsupportedAudioFileException;
72 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
78 abstract public AudioFileFormat getAudioFileFormat(InputStream stream) throws UnsupportedAudioFileException, IOException;
87 * @throws UnsupportedAudioFileException if the URL does not point to valid audio
91 abstract public AudioFileFormat getAudioFileFormat(URL url) throws UnsupportedAudioFileException, IOException;
100 * @throws UnsupportedAudioFileException if the File does not point to valid audio
104 abstract public AudioFileFormat getAudioFileFormat(File file) throws UnsupportedAudioFileException, IOException;
120 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
126 abstract public AudioInputStream getAudioInputStream(InputStream stream) throws UnsupportedAudioFileException, IOException;
136 * @throws UnsupportedAudioFileException i
[all...]
H A DWaveExtensibleFileReader.java40 import javax.sound.sampled.UnsupportedAudioFileException;
184 throws UnsupportedAudioFileException, IOException {
197 throws UnsupportedAudioFileException, IOException {
201 throw new UnsupportedAudioFileException();
203 throw new UnsupportedAudioFileException();
225 throw new UnsupportedAudioFileException(); // WAVE_FORMAT_EXTENSIBLE
234 throw new UnsupportedAudioFileException();
237 throw new UnsupportedAudioFileException();
249 throw new UnsupportedAudioFileException();
251 throw new UnsupportedAudioFileException();
[all...]
H A DAiffFileReader.java40 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, IOExceptio
[all...]
H A DWaveFileReader.java40 import javax.sound.sampled.UnsupportedAudioFileException;
74 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
80 public AudioFileFormat getAudioFileFormat(InputStream stream) throws UnsupportedAudioFileException, IOException {
96 * @throws UnsupportedAudioFileException if the URL does not point to valid audio
100 public AudioFileFormat getAudioFileFormat(URL url) throws UnsupportedAudioFileException, IOException {
118 * @throws UnsupportedAudioFileException if the File does not point to valid audio
122 public AudioFileFormat getAudioFileFormat(File file) throws UnsupportedAudioFileException, IOException {
149 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
155 public AudioInputStream getAudioInputStream(InputStream stream) throws UnsupportedAudioFileException, IOException {
157 AudioFileFormat fileFormat = getFMT(stream, true); // throws UnsupportedAudioFileException, IOExceptio
[all...]
H A DAudioFileSoundbankReader.java39 import javax.sound.sampled.UnsupportedAudioFileException;
55 } catch (UnsupportedAudioFileException e) {
70 } catch (UnsupportedAudioFileException e) {
125 } catch (UnsupportedAudioFileException e1) {
H A DAuFileReader.java40 import javax.sound.sampled.UnsupportedAudioFileException;
73 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
79 public AudioFileFormat getAudioFileFormat(InputStream stream) throws UnsupportedAudioFileException, IOException {
109 throw new UnsupportedAudioFileException("not an AU file");
179 throw new UnsupportedAudioFileException("not a valid AU file");
209 * @throws UnsupportedAudioFileException if the URL does not point to valid audio
213 public AudioFileFormat getAudioFileFormat(URL url) throws UnsupportedAudioFileException, IOException {
225 fileFormat = getAudioFileFormat( bis ); // throws UnsupportedAudioFileException
240 * @throws UnsupportedAudioFileException if the File does not point to valid audio
244 public AudioFileFormat getAudioFileFormat(File file) throws UnsupportedAudioFileException, IOExceptio
[all...]
H A DAudioFloatInputStream.java36 import javax.sound.sampled.UnsupportedAudioFileException;
215 throws UnsupportedAudioFileException, IOException {
221 throws UnsupportedAudioFileException, IOException {
227 throws UnsupportedAudioFileException, IOException {
H A DJavaSoundAudioClip.java42 import javax.sound.sampled.UnsupportedAudioFileException;
115 } catch (UnsupportedAudioFileException e) {
297 private boolean loadAudioData(AudioInputStream as) throws IOException, UnsupportedAudioFileException {
/openjdk7/jdk/src/share/classes/sun/audio/
H A DAudioData.java83 } catch (UnsupportedAudioFileException e1 ) {
H A DAudioStream.java73 } catch (UnsupportedAudioFileException e ) {
H A DAudioDevice.java91 InputStream in ) throws UnsupportedAudioFileException,
230 } catch( UnsupportedAudioFileException e ) {
255 } catch (UnsupportedAudioFileException es) {

Completed in 905 milliseconds