|
libintrovirt v0.57.4
IntroVirt introspection library
|
Thrown when failing to attach to a domain because it couldn't be found. More...
#include <NoSuchDomainException.hh>


Public Member Functions | |
| NoSuchDomainException (uint32_t domain_id) | |
| Construct a new No Such Domain Exception object. | |
| NoSuchDomainException (const std::string &domain_name) | |
| Construct a new No Such Domain Exception object. | |
| ~NoSuchDomainException () 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. | |
| 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 failing to attach to a domain because it couldn't be found.
| introvirt::NoSuchDomainException::NoSuchDomainException | ( | uint32_t | domain_id | ) |
Construct a new No Such Domain Exception object.
| domain_id | The identifier of the domain that was searched for |
| introvirt::NoSuchDomainException::NoSuchDomainException | ( | const std::string & | domain_name | ) |
Construct a new No Such Domain Exception object.
| domain_name | The name of the domain that was searched for |
|
override |
Destroy the instance.