#include <NSError.h>
Inheritance diagram for ResponseError:

Public Member Functions | |
| ResponseError () | |
| ResponseError (const char *command, const char *exp, const char *got) | |
| ResponseError (const char *command, const char *exp, const string &got) | |
| ResponseError (const string &command, const string &exp, const string &got) | |
| virtual void | print () |
Public Attributes | |
| string | _command |
| string | _expected |
| string | _got |
Definition at line 314 of file NSError.h.
|
|
Definition at line 320 of file NSError.h.
00320 {
00321 } ResponseError(const char *command, const char *exp,
|
|
||||||||||||||||
|
Definition at line 321 of file NSError.h.
|
|
||||||||||||||||
|
Definition at line 327 of file NSError.h. References _command, _expected, _got, Logger::Error, Logger::p(), print(), and slog.
|
|
||||||||||||||||
|
Definition at line 333 of file NSError.h. References _command, _expected, _got, Logger::Error, Logger::p(), print(), and slog.
|
|
|
Reimplemented from NSError. Definition at line 340 of file NSError.h. References _command, _expected, _got, and slog. Referenced by ResponseError().
|
|
|
Definition at line 316 of file NSError.h. Referenced by print(), and ResponseError(). |
|
|
Definition at line 317 of file NSError.h. Referenced by print(), and ResponseError(). |
|
|
Definition at line 318 of file NSError.h. Referenced by print(), and ResponseError(). |
1.3.6-20040222