ed_sensor_integration
Public Member Functions | Private Attributes | List of all members
ed::ModelNotFoundException Class Reference

#include <snapshot.h>

Inheritance diagram for ed::ModelNotFoundException:
Inheritance graph
[legend]

Public Member Functions

 ModelNotFoundException (const std::string model_name, const std::string message)
 
const char * what () const throw ()
 
- Public Member Functions inherited from std::exception
exception (T... args)
 
operator= (T... args)
 
what (T... args)
 
~exception (T... args)
 

Private Attributes

std::string message_
 
std::string model_name_
 

Detailed Description

Exception thrown when no model with the specified name could be found

Definition at line 29 of file snapshot.h.

Constructor & Destructor Documentation

◆ ModelNotFoundException()

ed::ModelNotFoundException::ModelNotFoundException ( const std::string  model_name,
const std::string  message 
)
inline

Definition at line 34 of file snapshot.h.

Member Function Documentation

◆ what()

const char* ed::ModelNotFoundException::what ( ) const
throw (
)
inline

Definition at line 39 of file snapshot.h.

Member Data Documentation

◆ message_

std::string ed::ModelNotFoundException::message_
private

Definition at line 31 of file snapshot.h.

◆ model_name_

std::string ed::ModelNotFoundException::model_name_
private

Definition at line 30 of file snapshot.h.


The documentation for this class was generated from the following file: