#include <exceptions.hh>
Inheritance diagram for KEYWORD_ERROR:
Public Member Functions | |
KEYWORD_ERROR () | |
virtual | ~KEYWORD_ERROR () |
operator const char * () const | |
virtual const char * | get_error_string () const |
Private Attributes | |
char | err_str [64] |
|
Definition at line 174 of file exceptions.hh. |
|
Definition at line 175 of file exceptions.hh. |
|
Reimplemented from EXCEPTION. Definition at line 177 of file exceptions.hh. Referenced by operator const char *(). |
|
Reimplemented from EXCEPTION. Definition at line 176 of file exceptions.hh. References get_error_string(). |
|
Definition at line 172 of file exceptions.hh. |