org.jwarp.flow.form.model
Class FormException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.flow.form.model.FormException
All Implemented Interfaces:
java.io.Serializable

public class FormException
extends java.lang.Exception

Class for a form exception.

See Also:
Serialized Form

Constructor Summary
FormException()
          Creates a new exception with the text 'Unknown form exception.'.
FormException(java.lang.String text)
          Creates a new exception given the text.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormException

public FormException()
Creates a new exception with the text 'Unknown form exception.'.

FormException

public FormException(java.lang.String text)
Creates a new exception given the text.
Parameters:
text - The text

©   O R C A   S y s t e m s