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.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

Constructor Summary
FormNotFoundException(String ErrorMessage)
           
 
Method Summary
 
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)