Base SFCGAL Exception.
More...
#include <Exception.h>
Base SFCGAL Exception.
BOOST_THROW_EXCEPTION(
Exception(
"invalid geometry") );
| SFCGAL::Exception::Exception |
( |
| ) |
|
|
noexcept |
| SFCGAL::Exception::Exception |
( |
std::string const & |
message | ) |
|
|
explicitnoexcept |
| SFCGAL::Exception::Exception |
( |
const Exception & |
| ) |
|
|
defaultnoexcept |
| SFCGAL::Exception::Exception |
( |
Exception && |
| ) |
|
|
defaultnoexcept |
| SFCGAL::Exception::~Exception |
( |
| ) |
|
|
overridedefaultnoexcept |
| auto SFCGAL::Exception::diagnostic |
( |
| ) |
const |
|
noexcept |
returns diagnostic information (file, line, etc.)
| auto SFCGAL::Exception::what |
( |
| ) |
const |
|
overridenoexcept |
returns the exception message
| std::string SFCGAL::Exception::_message |
|
protected |