org.kc7bfi.jflac
Class FrameDecodeException

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

public class FrameDecodeException
extends Exception

Author:
kc7bfi To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

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

FrameDecodeException

public FrameDecodeException()
Constructor.


FrameDecodeException

public FrameDecodeException(String msg)
Constructor.

Parameters:
msg - Error message

FrameDecodeException

public FrameDecodeException(Throwable err)
Constructor.

Parameters:
err - The causing error

FrameDecodeException

public FrameDecodeException(String msg,
                            Throwable err)
Constructor.

Parameters:
msg - The error message
err - The causing error


Copyright © 2004-2011. All Rights Reserved.