$darkmode
engine::TriggerUnknownEvent Class Reference

#include <coordinator.hpp>

Inheritance diagram for engine::TriggerUnknownEvent:
Collaboration diagram for engine::TriggerUnknownEvent:

Public Member Functions

 TriggerUnknownEvent (const std::string &key, const cloe::Conf &c)
 
const char * key () const
 
- Public Member Functions inherited from cloe::TriggerInvalid
 TriggerInvalid (const Conf &c, const std::string &what)
 
const Confconf () const
 
- Public Member Functions inherited from cloe::TriggerError
 Error (std::string_view what)
 
template<typename... Args>
 Error (std::string_view format, Args &&... args)
 
- Public Member Functions inherited from cloe::Error
 Error (std::string_view what)
 
template<typename... Args>
 Error (std::string_view format, Args &&... args)
 
const char * what () const noexcept override
 
bool has_explanation () const
 
void set_explanation (std::string explanation)
 
template<typename... Args>
void set_explanation (std::string_view format, Args &&... args)
 
const std::string & explanation () const
 
Error explanation (std::string explanation) &&
 
template<typename... Args>
Error explanation (std::string_view format, Args &&... args) &&
 

Detailed Description

TriggerUnknownEvent is thrown when an Event cannot be created because the EventFactory cannot be found.

Member Function Documentation

◆ key()

const char* engine::TriggerUnknownEvent::key ( ) const
inline

Return key that is unknown.


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