Control Libraries
6.3.4
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
c
d
e
f
i
j
l
m
o
p
s
t
u
Functions
c
d
e
f
i
l
m
o
p
s
t
u
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
z
~
Functions
a
c
d
e
f
g
i
j
m
n
o
p
r
s
t
v
z
~
Variables
Related Functions
d
e
l
o
s
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Friends
Pages
Loading...
Searching...
No Matches
source
state_representation
include
state_representation
exceptions
InvalidParameterCastException.hpp
1
#pragma once
2
3
#include "state_representation/exceptions/InvalidParameterException.hpp"
4
5
namespace
state_representation::exceptions {
6
class
InvalidParameterCastException
:
public
InvalidParameterException
{
7
public
:
8
explicit
InvalidParameterCastException
(
const
std::string& msg) :
InvalidParameterException
(msg) {};
9
};
10
}
state_representation::exceptions::InvalidParameterCastException
Definition:
InvalidParameterCastException.hpp:6
state_representation::exceptions::InvalidParameterException
Definition:
InvalidParameterException.hpp:7
Generated by
1.9.5