javax.sound.midi
Class InvalidMidiDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidMidiDataException()
          Create an InvalidMidiDataException object.
InvalidMidiDataException(String s)
          Create an InvalidMidiDataException object.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMidiDataException

public InvalidMidiDataException()
Create an InvalidMidiDataException object.


InvalidMidiDataException

public InvalidMidiDataException(String s)
Create an InvalidMidiDataException object.

Parameters:
s - the exception message string