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

Invalid_argument Class Reference

#include <myexcept.h>

Inheritance diagram for Invalid_argument:

Inheritance graph
[legend]
Collaboration diagram for Invalid_argument:

Collaboration graph
[legend]

Public Member Functions

 Invalid_argument (const char *a_what=0)

Static Public Attributes

unsigned long Select

Constructor & Destructor Documentation

Invalid_argument::Invalid_argument const char *  a_what = 0  ) 
 

Definition at line 413 of file myexcept.cpp.

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

00413                                                      : Logic_error()
00414 {
00415    Select = Exception::Select;
00416    AddMessage("invalid argument\n"); AddMessage(a_what);
00417    if (a_what) Tracer::AddTrace();
00418 }


Field Documentation

unsigned long Invalid_argument::Select [static]
 

Reimplemented from Logic_error.

Definition at line 475 of file myexcept.cpp.

Referenced by Invalid_argument().


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