libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::GuestDetectionException Class Reference

Thrown when to detect the guest operating system. More...

#include <GuestDetectionException.hh>

Inheritance diagram for introvirt::GuestDetectionException:
Collaboration diagram for introvirt::GuestDetectionException:

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.
 
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 to detect the guest operating system.

This may indicate that the guest has not booted yet, or is unsupported.

Constructor & Destructor Documentation

◆ GuestDetectionException() [1/2]

introvirt::GuestDetectionException::GuestDetectionException ( const Vcpu vcpu,
const std::string &  message 
)

Construct a new GuestDetectionException instance.

Parameters
vcpuThe vcpu related to the error message
messageThe error message

◆ GuestDetectionException() [2/2]

introvirt::GuestDetectionException::GuestDetectionException ( const Domain domain,
const std::string &  message 
)

Construct a new GuestDetectionException instance.

Parameters
domainThe domain related to the error message
messageThe error message

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