Lines Matching refs:UnsupportedAudioFileException

987      * @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, IOException {
1070 } catch (UnsupportedAudioFileException e) {
1076 throw new UnsupportedAudioFileException("file is not a supported file type");
1096 * @throws UnsupportedAudioFileException if the stream does not point to valid audio
1103 throws UnsupportedAudioFileException, IOException {
1113 } catch (UnsupportedAudioFileException e) {
1119 throw new UnsupportedAudioFileException("could not get audio input stream from input stream");
1132 * @throws UnsupportedAudioFileException if the URL does not point to valid audio
1137 throws UnsupportedAudioFileException, IOException {
1147 } catch (UnsupportedAudioFileException e) {
1153 throw new UnsupportedAudioFileException("could not get audio input stream from input URL");
1166 * @throws UnsupportedAudioFileException if the <code>File</code> does not point to valid audio
1171 throws UnsupportedAudioFileException, IOException {
1181 } catch (UnsupportedAudioFileException e) {
1187 throw new UnsupportedAudioFileException("could not get audio input stream from input file");