Base SFCGAL Exception.
More...
#include <Exception.h>
|
| | Exception () throw () |
| |
| | Exception (std::string const &message) throw () |
| |
| virtual | ~Exception () throw () |
| |
| virtual const char * | what () const throw () |
| | returns the exception message More...
|
| |
| std::string | diagnostic () const throw () |
| | returns diagnostic information (file, line, etc.) More...
|
| |
Base SFCGAL Exception.
BOOST_THROW_EXCEPTION(
Exception(
"invalid geometry") );
Exception()
Definition: Exception.cpp:12
◆ Exception() [1/2]
| SFCGAL::Exception::Exception |
( |
| ) |
|
| throw | ( | |
| ) | | |
◆ Exception() [2/2]
| SFCGAL::Exception::Exception |
( |
std::string const & |
message | ) |
|
| throw | ( | |
| ) | | |
◆ ~Exception()
| SFCGAL::Exception::~Exception |
( |
| ) |
|
| throw | ( | |
| ) | | |
|
virtual |
◆ diagnostic()
| std::string SFCGAL::Exception::diagnostic |
( |
| ) |
const |
| throw | ( | |
| ) | | |
returns diagnostic information (file, line, etc.)
◆ what()
| const char * SFCGAL::Exception::what |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
virtual |
returns the exception message
◆ _message
| std::string SFCGAL::Exception::_message |
|
protected |