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

Length_error Class Reference

#include <myexcept.h>

Inheritance diagram for Length_error:

Inheritance graph
[legend]
Collaboration diagram for Length_error:

Collaboration graph
[legend]

Public Member Functions

 Length_error (const char *a_what=0)

Static Public Attributes

unsigned long Select

Constructor & Destructor Documentation

Length_error::Length_error const char *  a_what = 0  ) 
 

Definition at line 420 of file myexcept.cpp.

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

00420                                              : Logic_error()
00421 {
00422    Select = Exception::Select;
00423    AddMessage("length error\n"); AddMessage(a_what);
00424    if (a_what) Tracer::AddTrace();
00425 }


Field Documentation

unsigned long Length_error::Select [static]
 

Reimplemented from Logic_error.

Definition at line 476 of file myexcept.cpp.

Referenced by Length_error().


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