SFCGAL  2.2.0
Public Member Functions | List of all members
SFCGAL::GeometryInvalidityException Class Reference

SFCGAL Exception thrown when invalid geometries are found before entering an algo. More...

#include <Exception.h>

Inheritance diagram for SFCGAL::GeometryInvalidityException:
SFCGAL::Exception

Public Member Functions

 GeometryInvalidityException (std::string const &message) noexcept
 
 GeometryInvalidityException (const GeometryInvalidityException &) noexcept=default
 
GeometryInvalidityExceptionoperator= (const GeometryInvalidityException &) noexcept=default
 
 GeometryInvalidityException (GeometryInvalidityException &&) noexcept=default
 
GeometryInvalidityExceptionoperator= (GeometryInvalidityException &&) noexcept=default
 
 ~GeometryInvalidityException () noexcept override
 
- Public Member Functions inherited from SFCGAL::Exception
 Exception () noexcept
 
 Exception (std::string const &message) noexcept
 
 Exception (const Exception &) noexcept=default
 
Exceptionoperator= (const Exception &) noexcept=default
 
 Exception (Exception &&) noexcept=default
 
Exceptionoperator= (Exception &&) noexcept=default
 
 ~Exception () noexcept override
 
const char * what () const noexcept override
 returns the exception message More...
 
std::string diagnostic () const noexcept
 returns diagnostic information (file, line, etc.) More...
 

Additional Inherited Members

- Protected Attributes inherited from SFCGAL::Exception
std::string _message
 

Detailed Description

SFCGAL Exception thrown when invalid geometries are found before entering an algo.

Constructor & Destructor Documentation

SFCGAL::GeometryInvalidityException::GeometryInvalidityException ( std::string const &  message)
explicitnoexcept
SFCGAL::GeometryInvalidityException::GeometryInvalidityException ( const GeometryInvalidityException )
defaultnoexcept
SFCGAL::GeometryInvalidityException::GeometryInvalidityException ( GeometryInvalidityException &&  )
defaultnoexcept
SFCGAL::GeometryInvalidityException::~GeometryInvalidityException ( )
overridedefaultnoexcept

Member Function Documentation

GeometryInvalidityException& SFCGAL::GeometryInvalidityException::operator= ( const GeometryInvalidityException )
defaultnoexcept
GeometryInvalidityException& SFCGAL::GeometryInvalidityException::operator= ( GeometryInvalidityException &&  )
defaultnoexcept