$darkmode
cloe::CannotAddComponent Class Reference

#include <vehicle.hpp>

Inheritance diagram for cloe::CannotAddComponent:
[legend]
Collaboration diagram for cloe::CannotAddComponent:
[legend]

Public Member Functions

 CannotAddComponent (const std::string &msg, const std::string &vehicle, const std::string &key)
 
const std::string & vehicle () const
 
const std::string & component_name () const
 
- Public Member Functions inherited from cloe::Error
 Error (const std::string &what)
 
 Error (const char *what)
 
template<typename... Args>
 Error (const char *format, const Args &... args)
 
const char * what () const noexcept override
 
bool has_explanation () const
 
void set_explanation (const std::string &explanation)
 
template<typename... Args>
void set_explanation (const char *format, const Args &... args)
 
const std::string & explanation () const
 
Error explanation (const std::string &explanation) &&
 
template<typename... Args>
Error explanation (const char *format, const Args &... args) &&
 

Detailed Description

This error is thrown when a component cannot be added.


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