Eris::BaseException Class Reference
This is the Eris base for all exceptions; note it inherits from std::except, which isn't ideal.
More...
#include <Exceptions.h>
Inheritance diagram for Eris::BaseException:
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 files:
Generated on Sun Aug 19 18:51:26 2007 for Eris by
1.5.2