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

Thrown when trying to access a process with a non-existing or already exited PID. More...

#include <global_excepts.hpp>

Inheritance diagram for arion_exception::NoProcessWithPidException:
arion_exception::ArionException

Public Member Functions

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

Detailed Description

Thrown when trying to access a process with a non-existing or already exited PID.

Constructor & Destructor Documentation

◆ NoProcessWithPidException()

arion_exception::NoProcessWithPidException::NoProcessWithPidException ( pid_t  pid)
inlineexplicit

Builder for NoProcessWithPidException instances.

Parameters
[in]pidThe PID of the process that does not exist or has exited.

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