#include <ServerExceptions.h>
Inheritance diagram for CODEX_Server::UnknownSecretNumberException:


Public Member Functions | |
| UnknownSecretNumberException (const string &fname, int line, unsigned int num) | |
| Constructor. | |
| ~UnknownSecretNumberException () | |
| Virtual destructor. | |
| unsigned int | num () const |
| The number for the secret. | |
| 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 | 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 159 of file ServerExceptions.h.
1.4.1