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

Thrown when attempting to access a memory segment that has not been mapped. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::SegmentNotMappedException:
arion_exception::ArionException

Public Member Functions

 SegmentNotMappedException (arion::ADDR start_addr, arion::ADDR end_addr)
 
- 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 memory segment that has not been mapped.

Constructor & Destructor Documentation

◆ SegmentNotMappedException()

arion_exception::SegmentNotMappedException::SegmentNotMappedException ( arion::ADDR  start_addr,
arion::ADDR  end_addr 
)
inlineexplicit

Builder for SegmentNotMappedException instances.

Parameters
[in]start_addrThe start address of the segment.
[in]end_addrThe end address of the segment.

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