Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_exception::NoRegWithNameException 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::NoRegWithNameException:
arion_exception::ArionException

Public Member Functions

 NoRegWithNameException (std::string reg_name)
 
- 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

◆ NoRegWithNameException()

arion_exception::NoRegWithNameException::NoRegWithNameException ( std::string  reg_name)
inlineexplicit

Builder for NoRegWithNameException instances.

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

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