Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

Runtime_error Class Reference

#include <myexcept.h>

Inheritance diagram for Runtime_error:

Inheritance graph
[legend]
Collaboration diagram for Runtime_error:

Collaboration graph
[legend]

Public Member Functions

 Runtime_error (const char *a_what=0)

Static Public Attributes

unsigned long Select

Constructor & Destructor Documentation

Runtime_error::Runtime_error const char *  a_what = 0  ) 
 

Definition at line 398 of file myexcept.cpp.

References Exception::AddMessage(), Tracer::AddTrace(), Exception::Select, and Select.

00399    : Exception()
00400 {
00401    Select = Exception::Select;
00402    AddMessage("Runtime error:- "); AddMessage(a_what);
00403    if (a_what) Tracer::AddTrace();
00404 }


Field Documentation

unsigned long Runtime_error::Select [static]
 

Reimplemented from Exception.

Reimplemented in Range_error, and Overflow_error.

Definition at line 473 of file myexcept.cpp.

Referenced by Runtime_error().


The documentation for this class was generated from the following files:
Generated on Fri Dec 5 04:06:35 2003 for Borqueror by doxygen 1.3.3