Lines Matching refs:InvalidMidiDataException

514      * @throws InvalidMidiDataException if the stream does not point to
521 throws InvalidMidiDataException, IOException {
536 throw new InvalidMidiDataException("cannot get soundbank from stream");
547 * @throws InvalidMidiDataException if the URL does not point to valid MIDI
552 throws InvalidMidiDataException, IOException {
567 throw new InvalidMidiDataException("cannot get soundbank from stream");
579 * @throws InvalidMidiDataException if the <code>File</code> does not
584 throws InvalidMidiDataException, IOException {
599 throw new InvalidMidiDataException("cannot get soundbank from stream");
618 * by an installed file reader. It may fail with an InvalidMidiDataException
620 * will also fail with an InvalidMidiDataException if a compatible file reader
627 * @throws InvalidMidiDataException if the stream does not point to valid
637 throws InvalidMidiDataException, IOException {
647 } catch (InvalidMidiDataException e) {
653 throw new InvalidMidiDataException("input stream is not a supported file type");
666 * by an installed file reader. It may fail with an InvalidMidiDataException
668 * will also fail with an InvalidMidiDataException if a compatible file reader
675 * @throws InvalidMidiDataException if the URL does not point to valid MIDI
683 throws InvalidMidiDataException, IOException {
693 } catch (InvalidMidiDataException e) {
699 throw new InvalidMidiDataException("url is not a supported file type");
712 * by an installed file reader. It may fail with an InvalidMidiDataException
714 * will also fail with an InvalidMidiDataException if a compatible file reader
721 * @throws InvalidMidiDataException if the <code>File</code> does not point
729 throws InvalidMidiDataException, IOException {
739 } catch (InvalidMidiDataException e) {
745 throw new InvalidMidiDataException("file is not a supported file type");
766 * by an installed file reader. It may fail with an InvalidMidiDataException
768 * will also fail with an InvalidMidiDataException if a compatible file reader
776 * @throws InvalidMidiDataException if the stream does not point to
784 throws InvalidMidiDataException, IOException {
794 } catch (InvalidMidiDataException e) {
800 throw new InvalidMidiDataException("could not get sequence from input stream");
813 * by an installed file reader. It may fail with an InvalidMidiDataException
815 * will also fail with an InvalidMidiDataException if a compatible file reader
823 * @throws InvalidMidiDataException if the URL does not point to valid MIDI
828 throws InvalidMidiDataException, IOException {
838 } catch (InvalidMidiDataException e) {
844 throw new InvalidMidiDataException("could not get sequence from URL");
857 * by an installed file reader. It may fail with an InvalidMidiDataException
859 * will also fail with an InvalidMidiDataException if a compatible file reader
867 * @throws InvalidMidiDataException if the File does not point to valid MIDI
872 throws InvalidMidiDataException, IOException {
882 } catch (InvalidMidiDataException e) {
888 throw new InvalidMidiDataException("could not get sequence from file");