BaseException Class Reference

#include <myexcept.h>

Inheritance diagram for BaseException:
Bad_alloc Logic_error Runtime_error SolutionException CannotBuildException Domain_error IncompatibleDimensionsException IndexException InternalException Invalid_argument Length_error NotDefinedException NotSquareException Out_of_range ProgramException SubMatrixDimensionException VectorException ConvergenceException NPDException Overflow_error OverflowException Range_error SingularException

List of all members.

Public Member Functions

 BaseException (const char *a_what=0)

Static Public Member Functions

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

Static Public Attributes

static unsigned long Select

Static Protected Attributes

static int LastOne
static int SoFar
static charwhat_error

Constructor & Destructor Documentation

BaseException::BaseException ( const char a_what = 0  ) 

Member Function Documentation

void BaseException::AddInt ( int  value  )  [static]
void BaseException::AddMessage ( const char a_what  )  [static]
static const char* BaseException::what (  )  [inline, static]

Referenced by main(), and Terminate().


Member Data Documentation

int BaseException::LastOne [static, protected]

Referenced by AddInt(), AddMessage(), and BaseException().

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

Referenced by AddInt(), AddMessage(), and BaseException().

char * BaseException::what_error [static, protected]

Referenced by AddInt(), AddMessage(), and BaseException().


The documentation for this class was generated from the following files:

Generated on 6 Apr 2011 for Slicer3 by  doxygen 1.6.1