SHAPER  9.12.0
GeomAlgoAPI_Exception Class Reference

Manage exceptions. More...

Inheritance diagram for GeomAlgoAPI_Exception:
Inheritance graph

Public Member Functions

GEOMALGOAPI_EXPORT GeomAlgoAPI_Exception (std::string theMessageError)
 Create an exception. More...
 
GEOMALGOAPI_EXPORT ~GeomAlgoAPI_Exception () noexcept
 Destroyer. More...
 
GEOMALGOAPI_EXPORT const char * what () const noexcept
 Allows to collet the error. More...
 

Detailed Description

Manage exceptions.

Constructor & Destructor Documentation

◆ GeomAlgoAPI_Exception()

GeomAlgoAPI_Exception::GeomAlgoAPI_Exception ( std::string  theMessageError)

Create an exception.

Parameters
theMessageErrorError message to be displayed

◆ ~GeomAlgoAPI_Exception()

GeomAlgoAPI_Exception::~GeomAlgoAPI_Exception ( )
noexcept

Destroyer.

Member Function Documentation

◆ what()

const char * GeomAlgoAPI_Exception::what ( ) const
noexcept

Allows to collet the error.