SFCGAL  2.2.0
Public Member Functions | List of all members
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 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 geometry is inappropriate for a function.

Constructor & Destructor Documentation

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

Member Function Documentation

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