SFCGAL
|
SFCGAL Exception thrown when a function is not implemented. More...
#include <Exception.h>
Public Member Functions | |
NotImplementedException (std::string const &message) | |
Public Member Functions inherited from SFCGAL::Exception | |
Exception () throw () | |
Exception (std::string const &message) throw () | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
returns the exception message | |
std::string | diagnostic () const throw () |
returns diagnostic information (file, line, etc.) | |
Additional Inherited Members | |
Protected Attributes inherited from SFCGAL::Exception | |
std::string | _message |
|
inline |