Thrown when attempting to map memory that has already been mapped. More...
#include <global_excepts.hpp>
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 |
Thrown when attempting to map memory that has already been mapped.
|
inlineexplicit |
Builder for MemAlreadyMappedException instances.
| [in] | start_addr | The starting address of the memory that was attempted to be mapped. |
| [in] | sz | The size of the memory that was attempted to be mapped. |