#include <graph.hpp>
Definition at line 49 of file graph.hpp.
Public Member Functions | |
graph_exception () throw () | |
Default constructor. | |
graph_exception (const std::string &s) throw () | |
Constructor. | |
virtual | ~graph_exception () throw () |
Destructor. | |
virtual const char * | what () const throw () |
Get an explanation of the problem. | |
Private Attributes | |
const std::string | m_msg |
A short explanation of the problem. |
claw::graph_exception::graph_exception | ( | ) | throw () |
claw::graph_exception::graph_exception | ( | const std::string & | s | ) | throw () |
claw::graph_exception::~graph_exception | ( | ) | throw () [virtual] |
const char * claw::graph_exception::what | ( | ) | const throw () [virtual] |
const std::string claw::graph_exception::m_msg [private] |