#include <exceptions.hh>
Inheritance diagram for SOME_ERROR:
Public Member Functions | |
SOME_ERROR () | |
virtual | ~SOME_ERROR () |
operator const char * () const | |
virtual const char * | get_error_string () const |
Private Attributes | |
char | err_str [64] |
|
Definition at line 108 of file exceptions.hh. References err_str. |
|
Definition at line 109 of file exceptions.hh. |
|
Reimplemented from EXCEPTION. Definition at line 111 of file exceptions.hh. References err_str. Referenced by operator const char *(). |
|
Reimplemented from EXCEPTION. Definition at line 110 of file exceptions.hh. References get_error_string(). |
|
Definition at line 106 of file exceptions.hh. Referenced by get_error_string(), and SOME_ERROR(). |