jwadlib
Class LibraryImplementationException

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

public class LibraryImplementationException
extends java.lang.Exception

The parent exception of jwadlib implementation problems. All errors here are the result of programs badly implementing the library.

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

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

LibraryImplementationException

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

Since:
1.0

LibraryImplementationException

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

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

LibraryImplementationException

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

LibraryImplementationException

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