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

Thrown when a thread has no signal handler set for a given signal. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoSighandlerForSignalException:
arion_exception::ArionException

Public Member Functions

 NoSighandlerForSignalException (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 has no signal handler set for a given signal.

Constructor & Destructor Documentation

◆ NoSighandlerForSignalException()

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

Builder for NoSighandlerForSignalException instances.

Parameters
[in]pidThe process id.
[in]tidThe thread id.
[in]signoThe signal number.

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