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

Thrown when attempting to access a register that is not part of the trace file. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnknownTraceRegException:
arion_exception::ArionException

Public Member Functions

 UnknownTraceRegException (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 attempting to access a register that is not part of the trace file.

Constructor & Destructor Documentation

◆ UnknownTraceRegException()

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

Builder for UnknownTraceRegException instances.

Parameters
[in]regThe register that is not part of the trace file.

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