|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.response.ErrorResponse
public class ErrorResponse
Indicates that the command completed with an error.
Constructor Summary | |
---|---|
ErrorResponse()
|
Method Summary | |
---|---|
boolean |
isTerminalResponse()
Is this a terminal response, i.e. |
void |
process(LoggedDataInputStream dis,
ResponseServices services)
Process the data for the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorResponse()
Method Detail |
---|
public void process(LoggedDataInputStream dis, ResponseServices services) throws ResponseException
process
in interface Response
dis
- the data inputstream allowing the client to read the server's
response. Note that the actual response name has already been read
and the input stream is positioned just before the first argument, if
any.
ResponseException
public boolean isTerminalResponse()
isTerminalResponse
in interface Response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |