#include <exceptions.hh>
Inheritance diagram for EXCEPTION:
Public Member Functions | |
EXCEPTION () | |
virtual | ~EXCEPTION () |
operator const char * () const | |
virtual const char * | get_error_string () const |
|
Definition at line 96 of file exceptions.hh. |
|
Definition at line 97 of file exceptions.hh. |
|
Reimplemented in SOME_ERROR, INPUT_ERROR, FILE_ERROR, MEMORY_ERROR, UNHANDLED_CASE_ERROR, ARGUMENT_ERROR, KEYWORD_ERROR, and USAGE_ERROR. Definition at line 99 of file exceptions.hh. Referenced by operator const char *(). |
|
Reimplemented in SOME_ERROR, INPUT_ERROR, FILE_ERROR, MEMORY_ERROR, UNHANDLED_CASE_ERROR, ARGUMENT_ERROR, KEYWORD_ERROR, and USAGE_ERROR. Definition at line 98 of file exceptions.hh. References get_error_string(). |