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

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

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnknownTraceModuleNameException:
arion_exception::ArionException

Public Member Functions

 UnknownTraceModuleNameException (std::string file_path, std::string name)
 
- 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 name.

Constructor & Destructor Documentation

◆ UnknownTraceModuleNameException()

arion_exception::UnknownTraceModuleNameException::UnknownTraceModuleNameException ( std::string  file_path,
std::string  name 
)
inlineexplicit

Builder for UnknownTraceModuleNameException instances.

Parameters
[in]file_pathThe path of the trace file.
[in]nameThe name of the module that was not found.

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