|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.kc7bfi.jflac.FrameDecodeException
public class FrameDecodeException
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 |
---|
public FrameDecodeException()
public FrameDecodeException(String msg)
msg
- Error messagepublic FrameDecodeException(Throwable err)
err
- The causing errorpublic FrameDecodeException(String msg, Throwable err)
msg
- The error messageerr
- The causing error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |