jwadlib
Class InvalidWADDirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jwadlib.WADFormatException
              extended by jwadlib.InvalidWADDirectoryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidWADDirectoryException
extends WADFormatException

Signals that there is an error with the directory structure in the WAD file being processed.

Since:
1.0
Version:
1.0 Alpha 1
Author:
Samuel "insertwackynamehere" Horwitz
See Also:
Serialized Form

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

InvalidWADDirectoryException

public InvalidWADDirectoryException()
Constructs an Exception without a message or a Throwable cause.

Since:
1.0

InvalidWADDirectoryException

public InvalidWADDirectoryException(java.lang.String message)
Constructs an Exception with a message but no Throwable cause.

Parameters:
message - the description of the Exception.
Since:
1.0

InvalidWADDirectoryException

public InvalidWADDirectoryException(java.lang.Throwable cause)
Constructs an Exception with a Throwable cause but no message.

Parameters:
cause - the parent Throwable that spawned this exception.
Since:
1.0

InvalidWADDirectoryException

public InvalidWADDirectoryException(java.lang.String message,
                                    java.lang.Throwable cause)
Constructs an Exception with a message and a Throwable cause.

Parameters:
message - the description of the Exception.
cause - the parent Throwable that spawned this exception.
Since:
1.0

jwadlib WAD Library API
Version 1.0 Alpha 1

© 2008 Samuel insertwackynamehere Horwitz.
jwadlib WAD Library is released under the GNU Lesser Public License with the documentation freely written into the source code. This generated output it provided for the benefit of users. All the information contained is available as part of the downloaded library.