#include <myexcept.h>
Inheritance diagram for Range_error:
Public Member Functions | |
Range_error (const char *a_what=0) | |
Static Public Attributes | |
unsigned long | Select |
|
Definition at line 448 of file myexcept.cpp. References Exception::AddMessage(), Tracer::AddTrace(), Exception::Select, and Select.
00448 : Runtime_error() 00449 { 00450 Select = Exception::Select; 00451 AddMessage("range error\n"); AddMessage(a_what); 00452 if (a_what) Tracer::AddTrace(); 00453 } |
|
Reimplemented from Runtime_error. Definition at line 480 of file myexcept.cpp. Referenced by Range_error(). |