com.ozziefix.jlwizard.exceptions
Class WizardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ozziefix.jlwizard.exceptions.WizardException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ForwardException, ValidationException

public class WizardException
extends java.lang.Exception

a general exception for when something goes wrong in a Wizard.

Version:
$Revision: 1.1 $
Author:
Jurgen Lust
See Also:
Serialized Form

Constructor Summary
WizardException()
           Create a new WizardException
WizardException(java.lang.String message)
           Create a new WizardException
WizardException(java.lang.String message, java.lang.Throwable cause)
           Create a new WizardException
WizardException(java.lang.Throwable cause)
           Create a new WizardException
 
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

WizardException

public WizardException()

Create a new WizardException


WizardException

public WizardException(java.lang.String message)

Create a new WizardException

Parameters:
message - message

WizardException

public WizardException(java.lang.String message,
                       java.lang.Throwable cause)

Create a new WizardException

Parameters:
message - the message
cause - the cause of this exception

WizardException

public WizardException(java.lang.Throwable cause)

Create a new WizardException

Parameters:
cause - the cause of this exception


Copyright © 2004 - 2005 by Jurgen Lust.