|
||||||||||
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.frame.BadHeaderException
public class BadHeaderException
BadHeaderException.
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 |
---|
public BadHeaderException()
public BadHeaderException(String msg)
msg
- The exception messagepublic BadHeaderException(Throwable err)
err
- The throwable errorpublic BadHeaderException(String msg, Throwable err)
msg
- The exception messageerr
- The throwable error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |