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

Thrown when there is no memory segment mapped at the specified address. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoSegmentAtAddrException:
arion_exception::ArionException

Public Member Functions

 NoSegmentAtAddrException (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 there is no memory segment mapped at the specified address.

Constructor & Destructor Documentation

◆ NoSegmentAtAddrException()

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

Builder for NoSegmentAtAddrException instances.

Parameters
[in]addrThe address where no memory segment is mapped.

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