21#ifndef __XAO_EXCEPTION_HXX__
22#define __XAO_EXCEPTION_HXX__
50 virtual const char*
what() const noexcept
58 std::string __str__()
const
60 return std::string(self->what());
#define XAO_EXPORT
Definition: XAO.hxx:31
Exception for XAO operations.
Definition: XAO_Exception.hxx:34
const char * m_message
Definition: XAO_Exception.hxx:66
virtual ~XAO_Exception() noexcept
Definition: XAO_Exception.hxx:44
virtual const char * what() const noexcept
Returns the error message.
Definition: XAO_Exception.hxx:50
XAO_Exception(const char *message)
Default constructor.
Definition: XAO_Exception.hxx:40
Definition: BrepGeometryTest.hxx:26