jwadlib
Class UnableToWriteWADFileException

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

public class UnableToWriteWADFileException
extends WADFormatException

Signals that the WAD file is unable to be written.

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

Constructor Summary
UnableToWriteWADFileException()
          Constructs an Exception without a message or a Throwable cause.
UnableToWriteWADFileException(java.lang.String message)
          Constructs an Exception with a message but no Throwable cause.
UnableToWriteWADFileException(java.lang.String message, java.lang.Throwable cause)
          Constructs an Exception with a message and a Throwable cause.
UnableToWriteWADFileException(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

UnableToWriteWADFileException

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

Since:
1.0

UnableToWriteWADFileException

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

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

UnableToWriteWADFileException

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

UnableToWriteWADFileException

public UnableToWriteWADFileException(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 Extending API
Version 1.0 Alpha 1
Intended for developers wishing to extend jwadlib, not implement it.

© 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.