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

Thrown when no supported hypervisor can be found. More...

#include <UnsupportedHypervisorException.hh>

Inheritance diagram for introvirt::UnsupportedHypervisorException:
Collaboration diagram for introvirt::UnsupportedHypervisorException:

Public Member Functions

 UnsupportedHypervisorException ()
 Construct a new Unsupported Hypervisor Exception object.
 
 ~UnsupportedHypervisorException () override
 Destroy the 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 no supported hypervisor can be found.

Examples
ivversion.cc.

Constructor & Destructor Documentation

◆ UnsupportedHypervisorException()

introvirt::UnsupportedHypervisorException::UnsupportedHypervisorException ( )

Construct a new Unsupported Hypervisor Exception object.

◆ ~UnsupportedHypervisorException()

introvirt::UnsupportedHypervisorException::~UnsupportedHypervisorException ( )
override

Destroy the instance.


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