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

Thrown when there is no memory segment with the specified info. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoSegmentWithInfoException:
arion_exception::ArionException

Public Member Functions

 NoSegmentWithInfoException (std::string info)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when there is no memory segment with the specified info.

Constructor & Destructor Documentation

◆ NoSegmentWithInfoException()

arion_exception::NoSegmentWithInfoException::NoSegmentWithInfoException ( std::string  info)
inlineexplicit

Builder for NoSegmentWithInfoException instances.

Parameters
[in]infoThe info of the memory segment that is not found.

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