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

Thrown when attempting to read/write a register with a size that doesn't match the register's size. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::HeavierRegException:
arion_exception::ArionException

Public Member Functions

 HeavierRegException (uint8_t req_sz, uint8_t prov_sz)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when attempting to read/write a register with a size that doesn't match the register's size.

Constructor & Destructor Documentation

◆ HeavierRegException()

arion_exception::HeavierRegException::HeavierRegException ( uint8_t  req_sz,
uint8_t  prov_sz 
)
inlineexplicit

Builder for HeavierRegException instances.

Parameters
[in]req_szSize of the register required.
[in]prov_szSize of the provided variable.

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