include
lanelet2_routing
Exceptions.h
Go to the documentation of this file.
1
#pragma once
2
#include <
lanelet2_core/Exceptions.h
>
3
#include <
lanelet2_core/Forward.h
>
4
5
#include <stdexcept>
6
7
namespace
lanelet
{
11
class
ExportError
:
public
LaneletError
{
12
using
LaneletError::LaneletError;
13
};
14
19
class
RoutingGraphError
:
public
LaneletError
{
20
using
LaneletError::LaneletError;
21
};
22
23
}
// namespace lanelet
Exceptions.h
lanelet
Forward.h
lanelet::ExportError
Thrown when an export to the provided file(name) cannot be done.
Definition:
Exceptions.h:11
lanelet::RoutingGraphError
Thrown when an there's an error in the routing graph. It will feature further information.
Definition:
Exceptions.h:19
lanelet::LaneletError
lanelet2_routing
Author(s): Matthias Mayr
autogenerated on Sun Oct 27 2024 02:27:49