#include <EntityNotFound.hpp>
|
std::string | build_msg (const std::string &id, const std::string &type) const |
|
Definition at line 27 of file EntityNotFound.hpp.
◆ EntityNotFound() [1/3]
template<typename T >
Leosac::EntityNotFound::EntityNotFound |
( |
const T & |
id, |
|
|
const std::string & |
type |
|
) |
| |
|
inline |
Construct the exception from a type that can be converted to string using the std::to_string()
call.
Definition at line 35 of file EntityNotFound.hpp.
◆ EntityNotFound() [2/3]
EntityNotFound::EntityNotFound |
( |
const std::string & |
id, |
|
|
const std::string & |
type |
|
) |
| |
◆ EntityNotFound() [3/3]
EntityNotFound::EntityNotFound |
( |
const UUID & |
id, |
|
|
const std::string & |
type |
|
) |
| |
◆ build_msg()
std::string EntityNotFound::build_msg |
( |
const std::string & |
id, |
|
|
const std::string & |
type |
|
) |
| const |
|
private |
◆ entity_id()
const std::string & EntityNotFound::entity_id |
( |
| ) |
const |
◆ entity_type()
const std::string & EntityNotFound::entity_type |
( |
| ) |
const |
◆ entity_id_
std::string Leosac::EntityNotFound::entity_id_ |
|
private |
◆ entity_type_
std::string Leosac::EntityNotFound::entity_type_ |
|
private |
The documentation for this class was generated from the following files: