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

Thrown when a trace file can't be reached at the specified offset. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::CantReachTraceOffException:
arion_exception::ArionException

Public Member Functions

 CantReachTraceOffException (std::string name, uint32_t off)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when a trace file can't be reached at the specified offset.

Constructor & Destructor Documentation

◆ CantReachTraceOffException()

arion_exception::CantReachTraceOffException::CantReachTraceOffException ( std::string  name,
uint32_t  off 
)
inlineexplicit

Builder for CantReachTraceOffException instances.

Parameters
[in]nameName of the trace file.
[in]offOffset where the trace file can't be reached.

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