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

Thrown when attempting to access a trace module with an unknown hash. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnknownTraceModuleHashException:
arion_exception::ArionException

Public Member Functions

 UnknownTraceModuleHashException (std::string file_path, std::string hash)
 
- 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 trace module with an unknown hash.

Constructor & Destructor Documentation

◆ UnknownTraceModuleHashException()

arion_exception::UnknownTraceModuleHashException::UnknownTraceModuleHashException ( std::string  file_path,
std::string  hash 
)
inlineexplicit

Builder for UnknownTraceModuleHashException instances.

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

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