org.mmbase.applications.editwizard
Class WizardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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 35335 2009-05-21 08:14:41Z michiel $
Author:
Kars Veling
See Also:
Serialized Form

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

WizardException

public WizardException(String message)

WizardException

public WizardException(Throwable cause)

WizardException

public WizardException(String message,
                       Throwable cause)


MMBase 2.0-SNAPSHOT - null