jwadlib
Class UserInputException

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

public class UserInputException
extends java.lang.Exception

The parent exception of user input problems.

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

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

UserInputException

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

Since:
1.0

UserInputException

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

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

UserInputException

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

UserInputException

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