#include <GraphTypes.h>
Inheritance diagram for VGServer::GraphException:

Public Member Functions | |
| GraphException (const std::string &s) throw () | |
| virtual const char * | what () throw () |
| const std::string & | what_str () throw () |
| virtual | ~GraphException () throw () |
Definition at line 77 of file GraphTypes.h.
| VGServer::GraphException::GraphException | ( | const std::string & | s | ) | throw () [inline] |
Definition at line 83 of file GraphTypes.h.
| virtual VGServer::GraphException::~GraphException | ( | ) | throw () [inline, virtual] |
Definition at line 87 of file GraphTypes.h.
| virtual const char* VGServer::GraphException::what | ( | ) | throw () [inline, virtual] |
| const std::string& VGServer::GraphException::what_str | ( | ) | throw () [inline] |
Definition at line 93 of file GraphTypes.h.
Referenced by VGServer::GraphContainer::getArea(), and VGServer::GraphContainer::getNearestNeighbor().
1.4.7