dguitar.codecs
Class CodecFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydguitar.codecs.CodecFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GPFormatException, MidiFormatException

public abstract class CodecFormatException
extends java.lang.Exception

This abstract class describes a posible format exception when coding/decoding a strem

See Also:
Serialized Form

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

CodecFormatException

public CodecFormatException(java.lang.String s)

CodecFormatException

public CodecFormatException(java.lang.String s,
                            java.lang.Throwable cause)