com.hungry.javacvs.client.handlers
Class CVSErrorHandler

java.lang.Object
  |
  +--com.hungry.javacvs.client.handlers.CVSResponseHandler
        |
        +--com.hungry.javacvs.client.handlers.CVSGenericHandler
              |
              +--com.hungry.javacvs.client.handlers.CVSErrorHandler

public class CVSErrorHandler
extends CVSGenericHandler

Handler for the E and error responses.


Fields inherited from class com.hungry.javacvs.client.handlers.CVSResponseHandler
listenerList, m_conn
 
Constructor Summary
CVSErrorHandler()
           
 
Method Summary
 void handleResponse()
           
 
Methods inherited from class com.hungry.javacvs.client.handlers.CVSGenericHandler
connectionShouldClose
 
Methods inherited from class com.hungry.javacvs.client.handlers.CVSResponseHandler
addCVSHandlerListener, fireHandlerEvent, getHandlerInstanceByName, handlerNameEnumeration, removeCVSHandlerListener, setConnection, setupHandlers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSErrorHandler

public CVSErrorHandler()
Method Detail

handleResponse

public void handleResponse()
                    throws CVSError,
                           java.io.IOException
Overrides:
handleResponse in class CVSGenericHandler