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

Eris::BaseException Class Reference

This is the Eris base for all exceptions; note it inherits from std::except, which isn't ideal. More...

#include <Types.h>

Inheritance diagram for Eris::BaseException:

Eris::IllegalMessage Eris::IllegalObject List of all members.

Public Member Functions

 BaseException (const std::string &m)

Public Attributes

const std::string _msg

Detailed Description

This is the Eris base for all exceptions; note it inherits from std::except, which isn't ideal.

One option would be to refactor the various final exceptions so they inherit from the 'closest' ISO C++ exception, but it hardly seems worth it.


The documentation for this class was generated from the following file:
Generated on Thu May 22 08:01:06 2003 for Eris by doxygen1.3-rc3