Version: 9.12.0
XAO::XAO_Exception Class Reference

Exception for XAO operations.

#include <XAO_Exception.hxx>

Inheritance diagram for XAO::XAO_Exception:
Inheritance graph

Public Member Functions

 XAO_Exception (const char *message)
 Default constructor. More...
 
virtual ~XAO_Exception () noexcept
 
virtual const char * what () const noexcept
 Returns the error message. More...
 

Private Attributes

const char * m_message
 

Constructor & Destructor Documentation

◆ XAO_Exception()

XAO::XAO_Exception::XAO_Exception ( const char *  message)
inline
Parameters
messagethe exception message.

◆ ~XAO_Exception()

virtual XAO::XAO_Exception::~XAO_Exception ( )
inlinevirtualnoexcept

Member Function Documentation

◆ what()

virtual const char* XAO::XAO_Exception::what ( ) const
inlinevirtualnoexcept
Returns
the error message.

Member Data Documentation

◆ m_message

const char* XAO::XAO_Exception::m_message
private

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