ppALIGN API documentation
ExceptionBase Class Reference
#include <exceptions.hpp>
Inheritance diagram for ExceptionBase:
Public Member Functions | |
| ExceptionBase (const std::string &msg) | |
| void | SetMessage (std::stringstream &ost) |
Protected Attributes | |
| std::string | errMsg |
Friends | |
| std::ostream & | operator<< (std::ostream &ost, const ExceptionBase &e) |
Detailed Description
A general exception. Try to catch this Exception for any kind of exception. Use derived classes to catch more specific ones.
Definition at line 33 of file exceptions.hpp.
Member Data Documentation
std::string ExceptionBase::errMsg [protected] |
buffer your individual message to this stream.
Definition at line 45 of file exceptions.hpp.
The documentation for this class was generated from the following file:
- src/exceptions.hpp