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

Thrown when a thread receives an unknown signal. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnknownSignalException:
arion_exception::ArionException

Public Member Functions

 UnknownSignalException (pid_t pid, pid_t tid, int signo)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when a thread receives an unknown signal.

Constructor & Destructor Documentation

◆ UnknownSignalException()

arion_exception::UnknownSignalException::UnknownSignalException ( pid_t  pid,
pid_t  tid,
int  signo 
)
inlineexplicit

Builder for UnknownSignalException instances.

Parameters
[in]pidProcess ID of the thread.
[in]tidThread ID of the thread.
[in]signoSignal number that was received.

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