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

Thrown when attempting to access a field in a structure that does not exist. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoStructFieldWithNameException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when attempting to access a field in a structure that does not exist.

Constructor & Destructor Documentation

◆ NoStructFieldWithNameException()

arion_exception::NoStructFieldWithNameException::NoStructFieldWithNameException ( std::string  field_name)
inlineexplicit

Builder for NoStructFieldWithNameException instances.

Parameters
[in]field_nameName of the field that does not exist.

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