#include <exceptions.hh>
Inheritance diagram for USAGE_ERROR:
Public Member Functions | |
USAGE_ERROR () | |
virtual | ~USAGE_ERROR () |
operator const char * () const | |
virtual const char * | get_error_string () const |
Private Attributes | |
char | err_str [64] |
|
Definition at line 185 of file exceptions.hh. |
|
Definition at line 186 of file exceptions.hh. |
|
Reimplemented from EXCEPTION. Definition at line 188 of file exceptions.hh. Referenced by operator const char *(). |
|
Reimplemented from EXCEPTION. Definition at line 187 of file exceptions.hh. References get_error_string(). |
|
Definition at line 183 of file exceptions.hh. |