javax.sound.midi
Class InvalidMidiDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.sound.midi.InvalidMidiDataException
- All Implemented Interfaces:
- Serializable
public class InvalidMidiDataException
- extends Exception
This exception is thrown when we encounter bad MIDI data.
- Since:
- 1.3
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidMidiDataException
public InvalidMidiDataException()
- Create an InvalidMidiDataException object.
InvalidMidiDataException
public InvalidMidiDataException(String s)
- Create an InvalidMidiDataException object.
- Parameters:
s
- the exception message string