#include <myexcept.h>
Inheritance diagram for Bad_cast:
Public Member Functions | |
Bad_cast (const char *a_what=0) | |
Static Public Attributes | |
unsigned long | Select |
|
Definition at line 434 of file myexcept.cpp. References Exception::AddMessage(), Tracer::AddTrace(), Exception::Select, and Select.
00434 : Logic_error() 00435 { 00436 Select = Exception::Select; 00437 AddMessage("bad cast\n"); AddMessage(a_what); 00438 if (a_what) Tracer::AddTrace(); 00439 } |
|
Reimplemented from Logic_error. Definition at line 478 of file myexcept.cpp. Referenced by Bad_cast(). |