#include <boost/format.hpp>
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | topological_map_2d::DuplicateEdgeIdException |
Exception for trying to add an EdgeId that already exists. More... | |
struct | topological_map_2d::DuplicateNodeIdException |
Exception for trying to add a NodeId that already exists. More... | |
struct | topological_map_2d::GridFrameNameException |
Exception when expected a frame id of form "grid42" and didn't get it. More... | |
struct | topological_map_2d::InvalidEdgeIdException |
Exception for invalid edge id. More... | |
struct | topological_map_2d::InvalidNodeIdException |
Exception for invalid node id. More... | |
struct | topological_map_2d::ParallelEdgeException |
Exception when trying to add edge between two already connected nodes. More... | |
class | topological_map_2d::TopologicalMapException |
struct | topological_map_2d::UnknownEdgeIdException |
Exception for unknown EdgeId. More... | |
struct | topological_map_2d::UnknownNodeIdException |
Exception for unknown node id. More... | |
Namespaces | |
namespace | topological_map_2d |
Exceptions thrown by code in topological_map_2d package
Definition in file exception.h.