#include <ShException.hpp>
Inheritance diagram for SH::ShException:

Public Member Functions | |
| ShException (const std::string &message) | |
| Construct a general exception with the given message. | |
| virtual | ~ShException () throw () |
| const std::string & | message () const |
| Return an informative message describing the exception. | |
| virtual const char * | what () const throw () |
Protected Attributes | |
| std::string | m_message |
You should derive from this class to make more specific exceptions.
Definition at line 31 of file ShException.hpp.
1.4.6