libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::SystemCallInjectionException Class Referencefinal

Thrown when an error occurs during system call injection. More...

#include <SystemCallInjectionException.hh>

Inheritance diagram for introvirt::SystemCallInjectionException:
Collaboration diagram for introvirt::SystemCallInjectionException:

Public Member Functions

 SystemCallInjectionException (const std::string &message)
 Construct a new instance.
 
 SystemCallInjectionException (SystemCallInjectionException &&) noexcept
 Move constructor.
 
SystemCallInjectionExceptionoperator= (SystemCallInjectionException &&) noexcept
 Move assignment operator.
 
 ~SystemCallInjectionException () noexcept override
 Destructor.
 
- Public Member Functions inherited from introvirt::TraceableException
int error_code () const
 Get the errno value if one was set.
 
 TraceableException (TraceableException &&) noexcept
 Move constructor.
 
TraceableExceptionoperator= (TraceableException &&) noexcept
 Move assignment operator.
 
 ~TraceableException () override
 Destroy the instance.
 

Additional Inherited Members

- Protected Member Functions inherited from introvirt::TraceableException
 TraceableException (const std::string &msg)
 Construct a new Traceable Exception object.
 
 TraceableException (const std::string &msg, int err)
 Construct a new Traceable Exception object with an erro code.
 

Detailed Description

Thrown when an error occurs during system call injection.

Constructor & Destructor Documentation

◆ SystemCallInjectionException() [1/2]

introvirt::SystemCallInjectionException::SystemCallInjectionException ( const std::string &  message)

Construct a new instance.

Parameters
messageThe error message

◆ SystemCallInjectionException() [2/2]

introvirt::SystemCallInjectionException::SystemCallInjectionException ( SystemCallInjectionException &&  )
noexcept

Move constructor.

◆ ~SystemCallInjectionException()

introvirt::SystemCallInjectionException::~SystemCallInjectionException ( )
overridenoexcept

Destructor.

Member Function Documentation

◆ operator=()

SystemCallInjectionException & introvirt::SystemCallInjectionException::operator= ( SystemCallInjectionException &&  )
noexcept

Move assignment operator.


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