org.kc7bfi.jflac.frame
Class BadHeaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kc7bfi.jflac.frame.BadHeaderException
All Implemented Interfaces:
Serializable

public class BadHeaderException
extends Exception

BadHeaderException.

Author:
kc7bfi
See Also:
Serialized Form

Constructor Summary
BadHeaderException()
          Exception constructor.
BadHeaderException(String msg)
          Exception constructor.
BadHeaderException(String msg, Throwable err)
          Exception constructor.
BadHeaderException(Throwable err)
          Exception constructor.
 
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

BadHeaderException

public BadHeaderException()
Exception constructor.


BadHeaderException

public BadHeaderException(String msg)
Exception constructor.

Parameters:
msg - The exception message

BadHeaderException

public BadHeaderException(Throwable err)
Exception constructor.

Parameters:
err - The throwable error

BadHeaderException

public BadHeaderException(String msg,
                          Throwable err)
Exception constructor.

Parameters:
msg - The exception message
err - The throwable error


Copyright © 2004-2011. All Rights Reserved.