|
|||||||||
| 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
jwadlib.InvalidWADHeaderException
public class InvalidWADHeaderException
Signals that there is an error with the first twelve bytes of the WAD file being processed.
InvalidWADIdentifierException,
Serialized Form| Constructor Summary | |
|---|---|
InvalidWADHeaderException()
Constructs an Exception without a message
or a Throwable cause. |
|
InvalidWADHeaderException(java.lang.String message)
Constructs an Exception with a message
but no Throwable cause. |
|
InvalidWADHeaderException(java.lang.String message,
java.lang.Throwable cause)
Constructs an Exception with a message
and a Throwable cause. |
|
InvalidWADHeaderException(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 InvalidWADHeaderException()
Exception without a message
or a Throwable cause.
public InvalidWADHeaderException(java.lang.String message)
Exception with a message
but no Throwable cause.
message - the description of the Exception.public InvalidWADHeaderException(java.lang.Throwable cause)
Exception with a Throwable cause but no message.
cause - the parent Throwable that
spawned this exception.
public InvalidWADHeaderException(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 Extending API Version 1.0 Alpha 1 Intended for developers wishing to extend jwadlib, not implement it. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||