#include <myexcept.h>
Inheritance diagram for Bad_typeid:


Public Member Functions | |
| Bad_typeid (const char *a_what=0) | |
Static Public Attributes | |
| unsigned long | Select |
|
|
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 } |
|
|
Reimplemented from Logic_error. Definition at line 479 of file myexcept.cpp. Referenced by Bad_typeid(). |
1.3.3