#include <myexcept.h>
Inheritance diagram for Domain_error:
Public Member Functions | |
Domain_error (const char *a_what=0) | |
Static Public Attributes | |
unsigned long | Select |
|
Definition at line 406 of file myexcept.cpp. References Exception::AddMessage(), Tracer::AddTrace(), Exception::Select, and Select.
00406 : Logic_error() 00407 { 00408 Select = Exception::Select; 00409 AddMessage("domain error\n"); AddMessage(a_what); 00410 if (a_what) Tracer::AddTrace(); 00411 } |
|
Reimplemented from Logic_error. Definition at line 474 of file myexcept.cpp. Referenced by Domain_error(). |