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


Public Member Functions | |
| Invalid_argument (const char *a_what=0) | |
Static Public Attributes | |
| unsigned long | Select |
|
|
Definition at line 413 of file myexcept.cpp. References Exception::AddMessage(), Tracer::AddTrace(), Exception::Select, and Select.
00413 : Logic_error() 00414 { 00415 Select = Exception::Select; 00416 AddMessage("invalid argument\n"); AddMessage(a_what); 00417 if (a_what) Tracer::AddTrace(); 00418 } |
|
|
Reimplemented from Logic_error. Definition at line 475 of file myexcept.cpp. Referenced by Invalid_argument(). |
1.3.3