Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

matvec::exception Class Reference

#include <exception.h>

List of all members.


Detailed Description

An exception class.

Definition at line 32 of file exception.h.

Public Methods

virtual ~exception () throw ()
virtual const char * what () const throw ()

Private Attributes

std::string _what


Constructor & Destructor Documentation

virtual matvec::exception::~exception   throw () [inline, virtual]
 

Definition at line 36 of file exception.h.

00036 {};


Member Function Documentation

virtual const char* matvec::exception::what   const throw () [inline, virtual]
 

Definition at line 37 of file exception.h.

References _what.

00037 { return _what.c_str(); };


Member Data Documentation

std::string matvec::exception::_what [private]
 

Definition at line 33 of file exception.h.

Referenced by what().


The documentation for this class was generated from the following file:
Generated on Thu Jun 16 17:14:20 2005 for Matvec by doxygen1.2.16