jwadlib
Class WADFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jwadlib.WADFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidLumpException, InvalidPointerException, InvalidWADDirectoryException, InvalidWADHeaderException, UnableToReadLumpFileException, UnableToReadWADFileException, UnableToWriteLumpFileException, UnableToWriteWADFileException

public class WADFormatException
extends java.lang.Exception

The parent exception of WAD format problems.

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

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

WADFormatException

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

Since:
1.0

WADFormatException

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

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

WADFormatException

public WADFormatException(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

WADFormatException

public WADFormatException(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.