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

Thrown when trying to access a register that does not exist in the current architecture. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoRegWithValueException:
arion_exception::ArionException

Public Member Functions

 NoRegWithValueException (arion::REG reg)
 
- 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 register that does not exist in the current architecture.

Constructor & Destructor Documentation

◆ NoRegWithValueException()

arion_exception::NoRegWithValueException::NoRegWithValueException ( arion::REG  reg)
inlineexplicit

Builder for NoRegWithValueException instances.

Parameters
[in]regValue of the register that does not exist.

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