20 #ifndef GeomAlgoAPI_Exception_H_
21 #define GeomAlgoAPI_Exception_H_
23 #include <GeomAlgoAPI.h>
40 GEOMALGOAPI_EXPORT
const char*
what()
const noexcept;
43 std::string myMessageError;
Manage exceptions.
Definition: GeomAlgoAPI_Exception.h:32
GEOMALGOAPI_EXPORT ~GeomAlgoAPI_Exception() noexcept
Destroyer.
Definition: GeomAlgoAPI_Exception.cpp:29
GEOMALGOAPI_EXPORT const char * what() const noexcept
Allows to collet the error.
Definition: GeomAlgoAPI_Exception.cpp:34
GEOMALGOAPI_EXPORT GeomAlgoAPI_Exception(std::string theMessageError)
Create an exception.
Definition: GeomAlgoAPI_Exception.cpp:23