edu.utexas.its.eis.tools.qwicap.servlet
Class FormNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.utexas.its.eis.tools.qwicap.servlet.QwicapException
edu.utexas.its.eis.tools.qwicap.template.xml.TagException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FormNotFoundException
public FormNotFoundException(String ErrorMessage)