Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

Bad_alloc Class Reference

#include <myexcept.h>

Inheritance diagram for Bad_alloc:

Inheritance graph
[legend]
Collaboration diagram for Bad_alloc:

Collaboration graph
[legend]

Public Member Functions

 Bad_alloc (const char *a_what=0)

Static Public Attributes

unsigned long Select

Constructor & Destructor Documentation

Bad_alloc::Bad_alloc const char *  a_what = 0  ) 
 

Definition at line 462 of file myexcept.cpp.

References Exception::AddMessage(), Tracer::AddTrace(), Exception::Select, and Select.

00462                                        : Exception()
00463 {
00464    Select = Exception::Select;
00465    AddMessage("bad allocation\n"); AddMessage(a_what);
00466    if (a_what) Tracer::AddTrace();
00467 }


Field Documentation

unsigned long Bad_alloc::Select [static]
 

Reimplemented from Exception.

Definition at line 482 of file myexcept.cpp.

Referenced by Bad_alloc().


The documentation for this class was generated from the following files:
Generated on Fri Dec 5 04:06:14 2003 for Borqueror by doxygen 1.3.3