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

Thrown when we fail to map a guest physical address. More...

#include <BadPhysicalAddressException.hh>

Inheritance diagram for introvirt::BadPhysicalAddressException:
Collaboration diagram for introvirt::BadPhysicalAddressException:

Public Member Functions

 BadPhysicalAddressException (uint64_t gpa, int err)
 Construct a new Bad Physical Address Exception object.
 
 BadPhysicalAddressException (BadPhysicalAddressException &&) noexcept
 Move constructor.
 
BadPhysicalAddressExceptionoperator= (BadPhysicalAddressException &&) noexcept
 Move assignment operator.
 
 ~BadPhysicalAddressException () noexcept override
 Destructor.
 
- Public Member Functions inherited from introvirt::MemoryException
 MemoryException (const std::string &message)
 Construct a new Memory Exception object.
 
 MemoryException (const std::string &message, int err)
 Construct a new Memory Exception object.
 
- 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 we fail to map a guest physical address.

Constructor & Destructor Documentation

◆ BadPhysicalAddressException() [1/2]

introvirt::BadPhysicalAddressException::BadPhysicalAddressException ( uint64_t  gpa,
int  err 
)

Construct a new Bad Physical Address Exception object.

Parameters
gpaThe physical address that failed to map
errAn errno value

◆ BadPhysicalAddressException() [2/2]

introvirt::BadPhysicalAddressException::BadPhysicalAddressException ( BadPhysicalAddressException &&  )
noexcept

Move constructor.

◆ ~BadPhysicalAddressException()

introvirt::BadPhysicalAddressException::~BadPhysicalAddressException ( )
overridenoexcept

Destructor.

Member Function Documentation

◆ operator=()

BadPhysicalAddressException & introvirt::BadPhysicalAddressException::operator= ( BadPhysicalAddressException &&  )
noexcept

Move assignment operator.


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