de.jarnbjo.flac
Class FlacFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byde.jarnbjo.flac.FlacFormatException
All Implemented Interfaces:
java.io.Serializable

public class FlacFormatException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
FlacFormatException()
           
FlacFormatException(java.lang.String message)
           
FlacFormatException(java.lang.String message, ByteArrayBitInputStream source)
           
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlacFormatException

public FlacFormatException()

FlacFormatException

public FlacFormatException(java.lang.String message)

FlacFormatException

public FlacFormatException(java.lang.String message,
                           ByteArrayBitInputStream source)
Method Detail

printStackTrace

public void printStackTrace()