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

Thrown when an error occurs converting between string formats. More...

#include <TypeInformationException.hh>

Inheritance diagram for introvirt::windows::TypeInformationException:
Collaboration diagram for introvirt::windows::TypeInformationException:

Public Member Functions

 TypeInformationException (const std::string &message)
 Construct a new TypeInformationException 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 an error occurs converting between string formats.

Constructor & Destructor Documentation

◆ TypeInformationException()

introvirt::windows::TypeInformationException::TypeInformationException ( const std::string &  message)

Construct a new TypeInformationException instance.

Parameters
messageThe error message

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