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

Thrown when trying to unmap a memory segment that is not within the bounds of the segment. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::CantUnmapOutsideSegmentException:
arion_exception::ArionException

Public Member Functions

 CantUnmapOutsideSegmentException (arion::ADDR seg_start, arion::ADDR seg_end, arion::ADDR unmap_start, arion::ADDR unmap_end)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when trying to unmap a memory segment that is not within the bounds of the segment.

Constructor & Destructor Documentation

◆ CantUnmapOutsideSegmentException()

arion_exception::CantUnmapOutsideSegmentException::CantUnmapOutsideSegmentException ( arion::ADDR  seg_start,
arion::ADDR  seg_end,
arion::ADDR  unmap_start,
arion::ADDR  unmap_end 
)
inlineexplicit

Builder for CantUnmapOutsideSegmentException instances.

Parameters
[in]seg_startStart address of the segment.
[in]seg_endEnd address of the segment.
[in]unmap_startStart address of the unmapping operation.
[in]unmap_endEnd address of the unmapping operation.

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