#include <ShException.hpp>
Inheritance diagram for SH::ShException:
Public Member Functions | |
ShException (const std::string &message) | |
Construct a general exception with the given message. | |
const std::string & | message () const |
Return an informative message describing the exception. | |
Protected Attributes | |
std::string | m_message |
You should derive from this class to make more specific exceptions.
Definition at line 38 of file ShException.hpp.