#include <error.h>
Inheritance diagram for PathFind::Error:
Definition at line 24 of file error.h.
Public Member Functions | |
Error () | |
Error (const string &what) | |
~Error () throw () | |
void | setMessage (const string &message) |
const char * | what () const throw () |
Private Attributes | |
string | m_message |
|
|
|
|
|
|
|
Definition at line 37 of file error.h. References m_message. Referenced by PathFind::ReadError::ReadError(). |
|
Definition at line 42 of file error.h. References m_message. Referenced by Error(). |
|
Definition at line 48 of file error.h. Referenced by Error(), setMessage(), and what(). |