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

Thrown when attempting to access a module with an unknown ID in a trace file. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnknownTraceModuleIdException:
arion_exception::ArionException

Public Member Functions

 UnknownTraceModuleIdException (std::string file_path, uint16_t mod_id)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when attempting to access a module with an unknown ID in a trace file.

Constructor & Destructor Documentation

◆ UnknownTraceModuleIdException()

arion_exception::UnknownTraceModuleIdException::UnknownTraceModuleIdException ( std::string  file_path,
uint16_t  mod_id 
)
inlineexplicit

Builder for UnknownTraceModuleIdException instances.

Parameters
[in]file_pathPath to the trace file.
[in]mod_idID of the module that was not found.

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