|
libintrovirt v0.57.4
IntroVirt introspection library
|
Thrown when to detect the guest operating system. More...
#include <GuestDetectionException.hh>


Public Member Functions | |
| GuestDetectionException (const Vcpu &vcpu, const std::string &message) | |
| Construct a new GuestDetectionException instance. | |
| GuestDetectionException (const Domain &domain, const std::string &message) | |
| Construct a new GuestDetectionException instance. | |
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 to detect the guest operating system.
This may indicate that the guest has not booted yet, or is unsupported.
| introvirt::GuestDetectionException::GuestDetectionException | ( | const Vcpu & | vcpu, |
| const std::string & | message | ||
| ) |
Construct a new GuestDetectionException instance.
| vcpu | The vcpu related to the error message |
| message | The error message |
| introvirt::GuestDetectionException::GuestDetectionException | ( | const Domain & | domain, |
| const std::string & | message | ||
| ) |
Construct a new GuestDetectionException instance.
| domain | The domain related to the error message |
| message | The error message |