|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
InvalidFlapHeaderException
An exception thrown when an invalid FLAP header is read.
Constructor Summary | |
InvalidFlapHeaderException()
Creates a new InvalidFlapHeaderException with no message. |
|
InvalidFlapHeaderException(java.lang.String message)
Creates a new InvalidFlapHeaderException with the given
message. |
|
InvalidFlapHeaderException(java.lang.String message,
java.lang.Throwable cause)
Creates a new InvalidFlapHeaderException with the given
message and cause. |
|
InvalidFlapHeaderException(java.lang.Throwable cause)
Creates a new InvalidFlapHeaderException with no message and
the given cause. |
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 InvalidFlapHeaderException()
InvalidFlapHeaderException
with no message.
public InvalidFlapHeaderException(java.lang.String message)
InvalidFlapHeaderException
with the given
message.
message
- the detail message for this exceptionpublic InvalidFlapHeaderException(java.lang.String message, java.lang.Throwable cause)
InvalidFlapHeaderException
with the given
message and cause.
message
- the detail message for this exceptioncause
- the cause of this exceptionpublic InvalidFlapHeaderException(java.lang.Throwable cause)
InvalidFlapHeaderException
with no message and
the given cause.
cause
- the cause of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |