Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::ConfigWrongTypeAccessException Class Reference

Thrown when trying to access a configuration key with the wrong type. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::ConfigWrongTypeAccessException:
arion_exception::ArionException

Public Member Functions

 ConfigWrongTypeAccessException (std::string key)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when trying to access a configuration key with the wrong type.

Constructor & Destructor Documentation

◆ ConfigWrongTypeAccessException()

arion_exception::ConfigWrongTypeAccessException::ConfigWrongTypeAccessException ( std::string  key)
inlineexplicit

Builder for ConfigWrongTypeAccessException instances.

Parameters
[in]keyName of the configuration key with an invalid type.

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