org.sandev.tools.HTTP
Class XHTMLFormAdaptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sandev.tools.HTTP.XHTMLFormAdaptorException
All Implemented Interfaces:
java.io.Serializable

public class XHTMLFormAdaptorException
extends java.lang.Exception

A specialized exception for the adaptor to complain with.

See Also:
Serialized Form

Constructor Summary
XHTMLFormAdaptorException()
           
XHTMLFormAdaptorException(java.lang.String text)
           
 
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

XHTMLFormAdaptorException

public XHTMLFormAdaptorException()

XHTMLFormAdaptorException

public XHTMLFormAdaptorException(java.lang.String text)