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

Thrown when attempting to map memory that has already been mapped. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::MemAlreadyMappedException:
arion_exception::ArionException

Public Member Functions

 MemAlreadyMappedException (arion::ADDR start_addr, size_t sz)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when attempting to map memory that has already been mapped.

Constructor & Destructor Documentation

◆ MemAlreadyMappedException()

arion_exception::MemAlreadyMappedException::MemAlreadyMappedException ( arion::ADDR  start_addr,
size_t  sz 
)
inlineexplicit

Builder for MemAlreadyMappedException instances.

Parameters
[in]start_addrThe starting address of the memory that was attempted to be mapped.
[in]szThe size of the memory that was attempted to be mapped.

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