#include <cryptedmessageerror.h>
Inheritance diagram for CryptedMessageError:

Public Member Functions | |
| CryptedMessageError (const int errorSender=-1, const int errorReceiver=-1) | |
| Constructor. | |
| CryptedMessageError (const int errorSender, const int errorReceiver, const std::string &description) | |
| Constructor. | |
| ~CryptedMessageError () | |
| Destructor. | |
| int | getErrorSender () const |
| Returns the error sender. | |
| void | setErrorSender (const int errorSender) |
| Sets the error sender. | |
| int | getErrorReceiver () const |
| Returns the error receiver. | |
| void | setErrorReceiver (const int errorReceiver) |
| Sets the error receiver. | |
| void | toXMLExt (XMLWriter &writer) const |
| Writes a XML object representation. | |
| void | processMessage () const |
| Processes the error. | |
| virtual std::string | toString () const |
| Returns a string representation of the answer. | |
| virtual CryptedMessageError & | copy () const |
| Returns a copy of this message. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
Constructor.
|
|
||||||||||||||||
|
Constructor.
|
|
|
Returns a copy of this message.
Reimplemented from Error. |
|
|
Returns the error receiver.
|
|
|
Returns the error sender.
|
|
|
Sets the error receiver.
|
|
|
Sets the error sender.
|
|
|
Returns a string representation of the answer.
Reimplemented from Error. |
|
|
Writes a XML object representation.
Reimplemented from Error. |
1.4.6