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

Thrown when a thread crashes with an unhandled signal. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::UnhandledSyncSignalException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when a thread crashes with an unhandled signal.

Constructor & Destructor Documentation

◆ UnhandledSyncSignalException()

arion_exception::UnhandledSyncSignalException::UnhandledSyncSignalException ( pid_t  pid,
pid_t  tid,
std::string  sig_desc 
)
inlineexplicit

Builder for UnhandledSyncSignalException instances.

Parameters
[in]pidProcess ID of the crashed thread.
[in]tidThread ID of the crashed thread.
[in]sig_descDescription of the unhandled signal.

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