#include <stdexcept>#include <vector>

Go to the source code of this file.
Classes | |
| class | lanelet::GeometryError |
| Thrown when a geometric operation is not valid. More... | |
| class | lanelet::InvalidInputError |
| Thrown when a function was called with invalid input arguments. More... | |
| class | lanelet::InvalidObjectStateError |
| Thrown when the state of a lanelet object is invalid E.g. when an linestring has no points or member pointers are NULL. More... | |
| class | lanelet::LaneletError |
| Generic lanelet error class. All errors lanelet2 will throw derive from this type. More... | |
| class | lanelet::LaneletMultiError |
| Thrown when multiple errors occur at the same time. More... | |
| class | lanelet::NoSuchAttributeError |
| Thrown when an attribute has been queried that does not exist. More... | |
| class | lanelet::NoSuchPrimitiveError |
| Thrown when an element is not part of the map. More... | |
| class | lanelet::NullptrError |
| SharedPtrs in lanelet2 must never point to null. If this is violated, this exception is thrown (usually checked at object construction). More... | |
Namespaces | |
| lanelet | |