#include <exceptions.hh>
Inheritance diagram for ARGUMENT_ERROR:
Public Member Functions | |
ARGUMENT_ERROR () | |
virtual | ~ARGUMENT_ERROR () |
operator const char * () const | |
virtual const char * | get_error_string () const |
Private Attributes | |
char | err_str [64] |
|
Definition at line 163 of file exceptions.hh. |
|
Definition at line 164 of file exceptions.hh. |
|
Reimplemented from EXCEPTION. Definition at line 166 of file exceptions.hh. Referenced by operator const char *(). |
|
Reimplemented from EXCEPTION. Definition at line 165 of file exceptions.hh. References get_error_string(). |
|
Definition at line 161 of file exceptions.hh. |