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

Overflow_error Class Reference

#include <myexcept.h>

Inheritance diagram for Overflow_error:

Inheritance graph
[legend]
Collaboration diagram for Overflow_error:

Collaboration graph
[legend]

Public Member Functions

 Overflow_error (const char *a_what=0)

Static Public Attributes

unsigned long Select

Constructor & Destructor Documentation

Overflow_error::Overflow_error const char *  a_what = 0  ) 
 

Definition at line 455 of file myexcept.cpp.

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

00455                                                  : Runtime_error()
00456 {
00457    Select = Exception::Select;
00458    AddMessage("overflow error\n"); AddMessage(a_what);
00459    if (a_what) Tracer::AddTrace();
00460 }


Field Documentation

unsigned long Overflow_error::Select [static]
 

Reimplemented from Runtime_error.

Definition at line 481 of file myexcept.cpp.

Referenced by Overflow_error().


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