Claw  1.7.3
Public Member Functions | List of all members
claw::graph_exception Class Reference

The exceptions thrown by the graphs. More...

#include <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.

Detailed Description

The exceptions thrown by the graphs.

Author
Julien Jorge

Definition at line 51 of file graph.hpp.

Constructor & Destructor Documentation

claw::graph_exception::graph_exception ( const std::string &  s) throw ()

Constructor.

Parameters
sAn explanation of the problem.

Definition at line 50 of file graph.tpp.


The documentation for this class was generated from the following files: