Base SFCGAL Exception.
More...
#include <Exception.h>
Base SFCGAL Exception.
BOOST_THROW_EXCEPTION(
Exception(
"invalid geometry") );
Exception() noexcept
Definition Exception.cpp:10
◆ Exception() [1/4]
SFCGAL::Exception::Exception |
( |
| ) |
|
|
noexcept |
◆ Exception() [2/4]
SFCGAL::Exception::Exception |
( |
std::string const & | message | ) |
|
|
explicitnoexcept |
◆ Exception() [3/4]
SFCGAL::Exception::Exception |
( |
const Exception & | | ) |
|
|
defaultnoexcept |
◆ Exception() [4/4]
SFCGAL::Exception::Exception |
( |
Exception && | | ) |
|
|
defaultnoexcept |
◆ ~Exception()
SFCGAL::Exception::~Exception |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ diagnostic()
auto SFCGAL::Exception::diagnostic |
( |
| ) |
const |
|
noexcept |
returns diagnostic information (file, line, etc.)
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ what()
auto SFCGAL::Exception::what |
( |
| ) |
const |
|
overridenoexcept |
returns the exception message
◆ _message
std::string SFCGAL::Exception::_message |
|
protected |