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.servlet.FormNotFoundException
- All Implemented Interfaces:
- Serializable
public final class FormNotFoundException
- extends QwicapException
FormNotFoundException is thrown when, within a particular body of markup, a form cannot be found that
could have supplied a particular form data set, or unique form ID. This is not part of Qwicap's public API, but it
could not be hidden because uses of it span package boundaries.
- 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)