|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jwadlib.WADFormatException
public class WADFormatException
The parent exception of WAD format problems.
| Constructor Summary | |
|---|---|
WADFormatException()
Constructs an Exception without a message
or a Throwable cause. |
|
WADFormatException(java.lang.String message)
Constructs an Exception with a message
but no Throwable cause. |
|
WADFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructs an Exception with a message
and a Throwable cause. |
|
WADFormatException(java.lang.Throwable cause)
Constructs an Exception with a Throwable cause but no message. |
|
| 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 WADFormatException()
Exception without a message
or a Throwable cause.
public WADFormatException(java.lang.String message)
Exception with a message
but no Throwable cause.
message - the description of the Exception.public WADFormatException(java.lang.Throwable cause)
Exception with a Throwable cause but no message.
cause - the parent Throwable that
spawned this exception.
public WADFormatException(java.lang.String message,
java.lang.Throwable cause)
Exception with a message
and a Throwable cause.
message - the description of the Exception.cause - the parent Throwable that
spawned this exception.
|
jwadlib WAD Library API Version 1.0 Alpha 1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||