Thrown when attempting to access a memory segment that has not been mapped. More...
#include <global_excepts.hpp>
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 |
Thrown when attempting to access a memory segment that has not been mapped.
|
inlineexplicit |
Builder for SegmentNotMappedException instances.
| [in] | start_addr | The start address of the segment. |
| [in] | end_addr | The end address of the segment. |