dguitar.codecs.midi
Class MidiFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydguitar.codecs.CodecFormatException
              extended bydguitar.codecs.midi.MidiFormatException
All Implemented Interfaces:
java.io.Serializable

public class MidiFormatException
extends CodecFormatException

Author:
Chris
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MidiFormatException(java.lang.String s)
           
MidiFormatException(java.lang.String s, java.lang.Throwable cause)
           
 
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

MidiFormatException

public MidiFormatException(java.lang.String s)
Parameters:
s -

MidiFormatException

public MidiFormatException(java.lang.String s,
                           java.lang.Throwable cause)
Parameters:
s -
cause -