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

Thrown when the linkage type of an executable cannot be identified. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnknownLinkageTypeException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when the linkage type of an executable cannot be identified.

Constructor & Destructor Documentation

◆ UnknownLinkageTypeException()

arion_exception::UnknownLinkageTypeException::UnknownLinkageTypeException ( std::string  exe_path)
inlineexplicit

Builder for UnknownLinkageTypeException instances.

Parameters
[in]exe_pathPath of the executable for which the linkage type could not be identified.

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