Main Page
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
h
i
l
n
o
p
r
s
t
Functions
a
c
d
e
g
h
o
p
r
s
t
Typedefs
a
c
d
f
g
i
l
n
o
r
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
~
Functions
a
b
c
d
e
f
g
h
i
l
n
o
p
q
r
s
t
v
w
~
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Typedefs
c
d
e
f
i
k
l
m
p
r
s
t
v
Files
File List
File Members
All
a
b
c
e
g
h
i
l
n
o
p
r
s
t
v
Functions
c
g
h
t
Variables
a
b
c
e
g
i
l
n
o
p
r
s
t
v
Typedefs
Macros
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 Thu Mar 6 2025 03:26:10