SFCGAL  2.2.0
Public Member Functions | List of all members
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 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 parsing WKT.

Constructor & Destructor Documentation

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

Member Function Documentation

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