#include <boost/format.hpp>
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | topological_roadmap::DuplicateEdgeIdException |
Exception for trying to add an EdgeId that already exists. More... | |
struct | topological_roadmap::DuplicateNodeIdException |
Exception for trying to add a NodeId that already exists. More... | |
struct | topological_roadmap::ParallelEdgeException |
Exception when trying to add edge between two already connected nodes. More... | |
class | topological_roadmap::RoadmapException |
struct | topological_roadmap::UnknownEdgeIdException |
Exception for unknown EdgeId. More... | |
struct | topological_roadmap::UnknownNodeIdException |
Exception for unknown node id. More... | |
Namespaces | |
namespace | topological_roadmap |
Exceptions thrown by code in topological_roadmap package
Definition in file exception.h.