#include <Exception.h>
Public Member Functions | |
| Exception (const char *description) throw () | |
| const char * | getDescription () const throw () |
Static Public Attributes | |
| static const char * | CANNOT_ALLOCATE_MEMORY = "and free up some memory.\n" |
Private Attributes | |
| const char * | d_description |
| AiksaurusGTK_impl::Exception::Exception | ( | const char * | description | ) | throw () [inline] |
| const char* AiksaurusGTK_impl::Exception::getDescription | ( | ) | const throw () [inline] |
References d_description.
const char * AiksaurusGTK_impl::Exception::CANNOT_ALLOCATE_MEMORY = "and free up some memory.\n" [static] |
Referenced by AiksaurusGTK_impl::AiksaurusGTK::AiksaurusGTK().
const char* AiksaurusGTK_impl::Exception::d_description [private] |
Referenced by getDescription().
1.7.1