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

Thrown when a trace address can't be reached. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::CantReachTraceAddrException:
arion_exception::ArionException

Public Member Functions

 CantReachTraceAddrException (arion::ADDR addr)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when a trace address can't be reached.

Constructor & Destructor Documentation

◆ CantReachTraceAddrException()

arion_exception::CantReachTraceAddrException::CantReachTraceAddrException ( arion::ADDR  addr)
inlineexplicit

Builder for CantReachTraceAddrException instances.

Parameters
[in]addrAddress that can't be reached.

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