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

Thrown when the linkage type is not suitable for the operation. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::BadLinkageTypeException:
arion_exception::ArionException

Public Member Functions

 BadLinkageTypeException (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 is not suitable for the operation.

Constructor & Destructor Documentation

◆ BadLinkageTypeException()

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

Builder for BadLinkageTypeException instances.

Parameters
[in]exe_pathName of the executable with an invalid linkage type.

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