|
libintrovirt v0.57.4
IntroVirt introspection library
|
Thrown when an error occurs during system call injection. More...
#include <SystemCallInjectionException.hh>


Public Member Functions | |
| SystemCallInjectionException (const std::string &message) | |
| Construct a new instance. | |
| SystemCallInjectionException (SystemCallInjectionException &&) noexcept | |
| Move constructor. | |
| SystemCallInjectionException & | operator= (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. | |
| TraceableException & | operator= (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. | |
Thrown when an error occurs during system call injection.
| introvirt::SystemCallInjectionException::SystemCallInjectionException | ( | const std::string & | message | ) |
Construct a new instance.
| message | The error message |
|
noexcept |
Move constructor.
|
overridenoexcept |
Destructor.
|
noexcept |
Move assignment operator.