#include <exceptions.hh>
Inheritance diagram for UNHANDLED_CASE_ERROR:
Public Member Functions | |
UNHANDLED_CASE_ERROR () | |
virtual | ~UNHANDLED_CASE_ERROR () |
operator const char * () const | |
virtual const char * | get_error_string () const |
Private Attributes | |
char | err_str [64] |
|
Definition at line 152 of file exceptions.hh. |
|
Definition at line 153 of file exceptions.hh. |
|
Reimplemented from EXCEPTION. Definition at line 155 of file exceptions.hh. Referenced by operator const char *(). |
|
Reimplemented from EXCEPTION. Definition at line 154 of file exceptions.hh. References get_error_string(). |
|
Definition at line 150 of file exceptions.hh. |