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

Bad_typeid Class Reference

#include <myexcept.h>

Inheritance diagram for Bad_typeid:

Inheritance graph
[legend]
Collaboration diagram for Bad_typeid:

Collaboration graph
[legend]

Public Member Functions

 Bad_typeid (const char *a_what=0)

Static Public Attributes

unsigned long Select

Constructor & Destructor Documentation

Bad_typeid::Bad_typeid const char *  a_what = 0  ) 
 

Definition at line 441 of file myexcept.cpp.

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

00441                                          : Logic_error()
00442 {
00443    Select = Exception::Select;
00444    AddMessage("bad type id.\n"); AddMessage(a_what);
00445    if (a_what) Tracer::AddTrace();
00446 }


Field Documentation

unsigned long Bad_typeid::Select [static]
 

Reimplemented from Logic_error.

Definition at line 479 of file myexcept.cpp.

Referenced by Bad_typeid().


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