ed_sensor_integration
|
#include <snapshot.h>
Public Member Functions | |
ModelNotFoundException (const std::string model_name, const std::string message) | |
const char * | what () const throw () |
![]() | |
T | exception (T... args) |
T | operator= (T... args) |
T | what (T... args) |
T | ~exception (T... args) |
Private Attributes | |
std::string | message_ |
std::string | model_name_ |
Exception thrown when no model with the specified name could be found
Definition at line 29 of file snapshot.h.
|
inline |
Definition at line 34 of file snapshot.h.
|
inline |
Definition at line 39 of file snapshot.h.
|
private |
Definition at line 31 of file snapshot.h.
|
private |
Definition at line 30 of file snapshot.h.