SFCGAL 2.0.0
|
SFCGAL Exception thrown when parsing WKT. More...
#include <Exception.h>
Public Member Functions | |
WktParseException (std::string const &message) noexcept | |
WktParseException (const WktParseException &) noexcept=default | |
WktParseException & | operator= (const WktParseException &) noexcept=default |
WktParseException (WktParseException &&) noexcept=default | |
WktParseException & | operator= (WktParseException &&) noexcept=default |
~WktParseException () noexcept override | |
![]() | |
Exception () noexcept | |
Exception (std::string const &message) noexcept | |
Exception (const Exception &) noexcept=default | |
Exception & | operator= (const Exception &) noexcept=default |
Exception (Exception &&) noexcept=default | |
Exception & | operator= (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 | |
![]() | |
std::string | _message |
|
explicitnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
overridedefaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |