#include <Exceptions.h>
Inheritance diagram for CODEX_APSS::ComputeMsgConflictException:


Public Member Functions | |
| ComputeMsgConflictException (const string &fname, int line, int offender, const ComputeMsg &newMsg, const ComputeMsg &oldMsg) | |
| Constructor. | |
| ~ComputeMsgConflictException () | |
| Virtual destructor. | |
| const ComputeMsg & | newMsg () const |
| The new message. | |
| const ComputeMsg & | oldMsg () const |
| The old message. | |
| int | offender () const |
| The offending server. | |
| void | report () const |
| Displays error message for this exception on cerr. | |
| const string & | fname () const |
| Name of file in which the exception occurred. | |
| int | line () const |
| Line number in file where the exception was thrown. | |
Protected Member Functions | |
| void | errMsg () const |
| Derived classes override this method to display their specific error messages. | |
| void | derivedMsg () const |
| Derived classes override this method to display their specific error messages. | |
Protected Attributes | |
| string | m_fname |
| The name of the file in which the exception occurred. | |
| int | m_line |
| The line number in the file where the exception was thrown. | |
Definition at line 197 of file CODEX_APSS/Exceptions.h.
1.4.1