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

Thrown when a parent process does not have a child process with a specific PID. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoChildWithPidException:
arion_exception::ArionException

Public Member Functions

 NoChildWithPidException (pid_t parent_pid, pid_t child_pid)
 
- Public Member Functions inherited from arion_exception::ArionException
 ArionException (std::string msg)
 
const char * what () const noexcept override
 

Detailed Description

Thrown when a parent process does not have a child process with a specific PID.

Constructor & Destructor Documentation

◆ NoChildWithPidException()

arion_exception::NoChildWithPidException::NoChildWithPidException ( pid_t  parent_pid,
pid_t  child_pid 
)
inlineexplicit

Builder for NoChildWithPidException instances.

Parameters
[in]parent_pidThe PID of the parent process.
[in]child_pidThe PID of the child process.

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