edu.utexas.its.eis.tools.qwicap.servlet
Class FormNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.utexas.its.eis.tools.qwicap.servlet.QwicapException
              extended by edu.utexas.its.eis.tools.qwicap.template.xml.TagException
                  extended by edu.utexas.its.eis.tools.qwicap.servlet.FormNotFoundException
All Implemented Interfaces:
Serializable

public final class FormNotFoundException
extends TagException

FormNotFoundException is thrown, depending on the context, when: (1) A "form" element cannot be found. (2) Within a particular body of markup, a "form" element cannot be found that could have supplied a particular form data set, or unique form ID. (3) A reference to an element that should have been a "form" element was not.

Author:
Chris W. Johnson
See Also:
Serialized Form

Constructor Summary
FormNotFoundException(String ErrorMessage)
           
 
Method Summary
 
Methods inherited from class edu.utexas.its.eis.tools.qwicap.template.xml.TagException
getMarkup, setMarkup
 
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(String ErrorMessage)