ERROR - javax.sound.InvalidMidiDataException - Possible Causes of InvalidMidiDataException

Exception Thrown By:Cause
ClassMethod
MidiFileReader public abstract MidiFileFormat
getMidiFileFormat(URL url)
if the URL does not point to
valid MIDI file data recognized by the system.
MidiFileReader public abstract MidiFileFormat
getMidiFileFormat(File file)
if the File does not point to
valid MIDI file data recognized by the system.
MidiFileReader public abstract Sequence
getSequence(InputStream stream)
if the stream does not point to
valid MIDI file data recognized by the system.
MidiFileReader public abstract Sequence
getSequence(URL url)
if the URL does not point to
valid MIDI file data recognized by the system.
MidiFileReader public abstract Sequence
getSequence(File file)
if the File does not point to
valid MIDI file data recognized by the system.
MidiSystem public static Soundbank
getSoundbank(InputStream stream)
if the stream does not point to
valid MIDI soundbank data recognized by the system.
MidiSystem public static Soundbank
getSoundbank(URL url)
if the URL does not point to
valid MIDI soundbank data recognized by the system.
MidiSystem public static Soundbank
getSoundbank(File file)
if the File does not point to
valid MIDI soundbank data recognized by the system.
MidiSystem public static MidiFileFormat
getMidiFileFormat(InputStream stream)
if the stream does not point to
valid MIDI file data recognized by the system.
MidiSystem public static MidiFileFormat
getMidiFileFormat(URL url)
if the URL does not point to
valid MIDI file data recognized by the system.
MidiSystem public static MidiFileFormat
getMidiFileFormat(File file)
if the File does not pointto
valid MIDI file data recognized by the system.
MidiSystem public static Sequence
getSequence(InputStream stream)
if the stream does not point to
valid MIDI file data recognized by the system.
MidiSystem public static Sequence
getSequence(URL url)
if the URL does not point to
valid MIDI file data recognized by the system.
MidiSystem public static Sequence
getSequence(File file)
if the File does not point to
valid MIDI file data recognized by the system.
SoundbankReader public abstract Soundbank
getSoundbank(InputStream stream)
if the stream does not point to
valid MIDI soundbank data recognized by this soundbank readerIO
SoundbankReader public abstract Soundbank
getSoundbank(File file)
if the file does not point to
valid MIDI soundbank data recognized by this soundbank readerIO