|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.response.ErrorMessageResponse
public final class ErrorMessageResponse
Handles a message that the server requests is sent to stderr. Note that this does not mean that an error occurred, only that the message is to be sent to stderr.
ErrorResponse
Constructor Summary | |
---|---|
ErrorMessageResponse()
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Get the error message. |
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 ErrorMessageResponse()
Method Detail |
---|
public void process(LoggedDataInputStream dis, ResponseServices services) throws ResponseException
process
in interface Response
r
- the buffered reader allowing the client to read the server's
response. Note that the actual response name has already been read
and the reader is positioned just before the first argument, if any.
ResponseException
public boolean isTerminalResponse()
isTerminalResponse
in interface Response
public java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |