#include <myexcept.h>
Inheritance diagram for Out_of_range:
Public Member Functions | |
Out_of_range (const char *a_what=0) | |
Static Public Attributes | |
unsigned long | Select |
|
Definition at line 427 of file myexcept.cpp. References Exception::AddMessage(), Tracer::AddTrace(), Exception::Select, and Select.
00427 : Logic_error() 00428 { 00429 Select = Exception::Select; 00430 AddMessage("out of range\n"); AddMessage(a_what); 00431 if (a_what) Tracer::AddTrace(); 00432 } |
|
Reimplemented from Logic_error. Definition at line 477 of file myexcept.cpp. Referenced by Out_of_range(). |