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

Domain_error Class Reference

#include <myexcept.h>

Inheritance diagram for Domain_error:

Inheritance graph
[legend]
Collaboration diagram for Domain_error:

Collaboration graph
[legend]

Public Member Functions

 Domain_error (const char *a_what=0)

Static Public Attributes

unsigned long Select

Constructor & Destructor Documentation

Domain_error::Domain_error const char *  a_what = 0  ) 
 

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 }


Field Documentation

unsigned long Domain_error::Select [static]
 

Reimplemented from Logic_error.

Definition at line 474 of file myexcept.cpp.

Referenced by Domain_error().


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