MOOS 0.2375
Public Member Functions | Static Public Member Functions | Static Public Attributes | Static Protected Attributes
Exception Class Reference

#include <myexcept.h>

Inheritance diagram for Exception:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Exception (const char *a_what=0)

Static Public Member Functions

static void AddMessage (const char *a_what)
static void AddInt (int value)
static const char * what ()

Static Public Attributes

static unsigned long Select

Static Protected Attributes

static char * what_error
static int SoFar
static int LastOne

Detailed Description

Definition at line 69 of file myexcept.h.


Constructor & Destructor Documentation

Exception::Exception ( const char *  a_what = 0)

Definition at line 50 of file myexcept.cpp.


Member Function Documentation

void Exception::AddInt ( int  value) [static]

Definition at line 83 of file myexcept.cpp.

void Exception::AddMessage ( const char *  a_what) [static]

Definition at line 68 of file myexcept.cpp.

static const char* Exception::what ( ) [inline, static]

Definition at line 81 of file myexcept.h.


Member Data Documentation

int Exception::LastOne [static, protected]

Definition at line 74 of file myexcept.h.

unsigned long Exception::Select [static]
int Exception::SoFar [static, protected]

Definition at line 73 of file myexcept.h.

char * Exception::what_error [static, protected]

Definition at line 72 of file myexcept.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines