|
libintrovirt v0.57.4
IntroVirt introspection library
|
Thrown when calling a method on a "null" guest_ptr instance. More...
#include <NullAddressException.hh>


Public Member Functions | |
| NullAddressException () | |
| Construct a new Invalid Method Exception object. | |
| NullAddressException (const std::string &message) | |
| Construct a new Invalid Method Exception object. | |
| ~NullAddressException () 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 calling a method on a "null" guest_ptr instance.
| introvirt::NullAddressException::NullAddressException | ( | ) |
Construct a new Invalid Method Exception object.
| introvirt::NullAddressException::NullAddressException | ( | const std::string & | message | ) |
Construct a new Invalid Method Exception object.
| message | A message to display |
|
override |
Destroy the instance.