JCas
v0.3.1

cas.protocol
Class RequestCompleteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended bycas.protocol.RequestCompleteException
All Implemented Interfaces:
Serializable

public class RequestCompleteException
extends SAXException

Exception that is thrown when the handler notices the end of a request. Usually the SAX handler does not return until the end of the document was reached. Therefore the handler throws this exception if the request completed.

Version:
1.0
Author:
Ralph Schuster
See Also:
Serialized Form

Constructor Summary
RequestCompleteException()
          Creates a new instance of RequestCompleteException
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestCompleteException

public RequestCompleteException()
Creates a new instance of RequestCompleteException


JCas
v0.3.1