SHAPER  9.12.0
XAO::XAO_Exception Class Reference

Exception for XAO operations. More...

Inheritance diagram for XAO::XAO_Exception:
Inheritance graph

Public Member Functions

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

Detailed Description

Exception for XAO operations.

Constructor & Destructor Documentation

◆ XAO_Exception()

XAO::XAO_Exception::XAO_Exception ( const char *  message)
inline

Default constructor.

Parameters
messagethe exception message.

Member Function Documentation

◆ what()

virtual const char* XAO::XAO_Exception::what ( ) const
inlinevirtualnoexcept

Returns the error message.

Returns
the error message.