SFCGAL 2.0.0
SFCGAL::WktParseException Class Reference

SFCGAL Exception thrown when parsing WKT. More...

#include <Exception.h>

Inheritance diagram for SFCGAL::WktParseException:
SFCGAL::Exception

Public Member Functions

 WktParseException (std::string const &message) noexcept
 WktParseException (const WktParseException &) noexcept=default
WktParseExceptionoperator= (const WktParseException &) noexcept=default
 WktParseException (WktParseException &&) noexcept=default
WktParseExceptionoperator= (WktParseException &&) noexcept=default
 ~WktParseException () 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 parsing WKT.

Constructor & Destructor Documentation

◆ WktParseException() [1/3]

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

◆ WktParseException() [2/3]

SFCGAL::WktParseException::WktParseException ( const WktParseException & )
defaultnoexcept

◆ WktParseException() [3/3]

SFCGAL::WktParseException::WktParseException ( WktParseException && )
defaultnoexcept

◆ ~WktParseException()

SFCGAL::WktParseException::~WktParseException ( )
overridedefaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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