#include <myexcept.h>
Static Public Member Functions | |
static const char * | what () |
static char * | what_error |
static int | SoFar |
static int | LastOne |
static unsigned long | Select |
static void | AddMessage (const char *a_what) |
static void | AddInt (int value) |
BaseException (const char *a_what=0) |
Definition at line 81 of file myexcept.h.
BaseException::BaseException | ( | const char * | a_what = 0 | ) |
Definition at line 55 of file myexcept.cc.
void BaseException::AddInt | ( | int | value | ) | [static] |
Definition at line 88 of file myexcept.cc.
void BaseException::AddMessage | ( | const char * | a_what | ) | [static] |
Definition at line 73 of file myexcept.cc.
static const char* BaseException::what | ( | ) | [inline, static] |
Definition at line 93 of file myexcept.h.
int BaseException::LastOne [static, protected] |
Definition at line 86 of file myexcept.h.
unsigned long BaseException::Select [static] |
Reimplemented in Bad_alloc, Overflow_error, Range_error, Out_of_range, Length_error, Invalid_argument, Domain_error, Runtime_error, Logic_error, and SolutionException.
Definition at line 91 of file myexcept.h.
int BaseException::SoFar [static, protected] |
Definition at line 85 of file myexcept.h.
char * BaseException::what_error [static, protected] |
Definition at line 84 of file myexcept.h.