SFCGAL 2.0.0
SFCGAL::InappropriateGeometryException Class Reference

SFCGAL Exception thrown when geometry is inappropriate for a function. More...

#include <Exception.h>

Inheritance diagram for SFCGAL::InappropriateGeometryException:
SFCGAL::Exception

Public Member Functions

 InappropriateGeometryException (std::string const &message) noexcept
 
 InappropriateGeometryException (const InappropriateGeometryException &) noexcept=default
 
InappropriateGeometryExceptionoperator= (const InappropriateGeometryException &) noexcept=default
 
 InappropriateGeometryException (InappropriateGeometryException &&) noexcept=default
 
InappropriateGeometryExceptionoperator= (InappropriateGeometryException &&) noexcept=default
 
 ~InappropriateGeometryException () 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
 
std::string diagnostic () const noexcept
 returns diagnostic information (file, line, etc.)
 

Additional Inherited Members

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

Detailed Description

SFCGAL Exception thrown when geometry is inappropriate for a function.

Constructor & Destructor Documentation

◆ InappropriateGeometryException() [1/3]

SFCGAL::InappropriateGeometryException::InappropriateGeometryException ( std::string const & message)
explicitnoexcept

◆ InappropriateGeometryException() [2/3]

SFCGAL::InappropriateGeometryException::InappropriateGeometryException ( const InappropriateGeometryException & )
defaultnoexcept

◆ InappropriateGeometryException() [3/3]

SFCGAL::InappropriateGeometryException::InappropriateGeometryException ( InappropriateGeometryException && )
defaultnoexcept

◆ ~InappropriateGeometryException()

SFCGAL::InappropriateGeometryException::~InappropriateGeometryException ( )
overridedefaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

InappropriateGeometryException & SFCGAL::InappropriateGeometryException::operator= ( InappropriateGeometryException && )
defaultnoexcept