net.aejase.plugin.wizard
Class FormNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.aejase.plugin.wizard.WizardException
                    |
                    +--net.aejase.plugin.wizard.FormNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FormNotFoundException
extends WizardException

Exception thrown when a WizardForm needed could not be found, that is to say when the index or the name specified is wrong

Since:
0.5
Version:
0.7
Author:
Thomas CORNET
See Also:
Serialized Form

Constructor Summary
FormNotFoundException()
           
FormNotFoundException(java.lang.String arg0)
           
FormNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
           
FormNotFoundException(java.lang.Throwable arg0)
           
 
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

FormNotFoundException

public FormNotFoundException()

FormNotFoundException

public FormNotFoundException(java.lang.String arg0)
Parameters:
arg0 -

FormNotFoundException

public FormNotFoundException(java.lang.String arg0,
                             java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

FormNotFoundException

public FormNotFoundException(java.lang.Throwable arg0)
Parameters:
arg0 -