|
|||||||||
| 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.InvalidWADDirectoryException
public class InvalidWADDirectoryException
Signals that there is an error with the directory structure in the WAD file being processed.
| Constructor Summary | |
|---|---|
InvalidWADDirectoryException()
Constructs an Exception without a message
or a Throwable cause. |
|
InvalidWADDirectoryException(java.lang.String message)
Constructs an Exception with a message
but no Throwable cause. |
|
InvalidWADDirectoryException(java.lang.String message,
java.lang.Throwable cause)
Constructs an Exception with a message
and a Throwable cause. |
|
InvalidWADDirectoryException(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 InvalidWADDirectoryException()
Exception without a message
or a Throwable cause.
public InvalidWADDirectoryException(java.lang.String message)
Exception with a message
but no Throwable cause.
message - the description of the Exception.public InvalidWADDirectoryException(java.lang.Throwable cause)
Exception with a Throwable cause but no message.
cause - the parent Throwable that
spawned this exception.
public InvalidWADDirectoryException(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 | ||||||||