Thrown when there is no memory segment mapped at the specified address. More...
#include <global_excepts.hpp>
Public Member Functions | |
| NoSegmentAtAddrException (arion::ADDR addr) | |
Public Member Functions inherited from arion_exception::ArionException | |
| ArionException (std::string msg) | |
| const char * | what () const noexcept override |
Thrown when there is no memory segment mapped at the specified address.
|
inlineexplicit |
Builder for NoSegmentAtAddrException instances.
| [in] | addr | The address where no memory segment is mapped. |