InvalidMidiDataException
Class InvalidMidiDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.sound.midi.InvalidMidiDataException
- All Implemented Interfaces:
- Serializable
public class InvalidMidiDataException extends Exception
An InvalidMidiDataException
indicates that inappropriate MIDI data was encountered. This often means that the data is invalid in and of itself, from the perspective of the MIDI specification. An example would be an undefined status byte. However,