SFCGAL 2.0.0
|
SFCGAL Exception thrown when a function is not implemented. More...
#include <Exception.h>
Public Member Functions | |
NotImplementedException (std::string const &message) noexcept | |
NotImplementedException (const NotImplementedException &) noexcept=default | |
NotImplementedException & | operator= (const NotImplementedException &) noexcept=default |
NotImplementedException (NotImplementedException &&) noexcept=default | |
NotImplementedException & | operator= (NotImplementedException &&) noexcept=default |
~NotImplementedException () 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 |