org.mmbase.applications.editwizard
Class WizardException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.mmbase.applications.editwizard.WizardException
All Implemented Interfaces:
Serializable

public class WizardException
extends Exception

This exception is thrown when an error occurs in the EditWizards

Since:
MMBase-1.6
Version:
$Id: WizardException.java,v 1.3 2003/08/29 09:34:39 pierre Exp $
Author:
Kars Veling
See Also:
Serialized Form

Constructor Summary
WizardException()
           
WizardException(String message)
           
WizardException(String message, Throwable cause)
           
WizardException(Throwable cause)
           
 
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()

WizardException

public WizardException(String message)

WizardException

public WizardException(Throwable cause)

WizardException

public WizardException(String message,
                       Throwable cause)


MMBase build 1.8.1.20060716