|
SFCGAL 2.0.0
|
SFCGAL Exception thrown when non finite value is found. More...
#include <Exception.h>
Public Member Functions | |
| NonFiniteValueException (std::string const &message) noexcept | |
| NonFiniteValueException (const NonFiniteValueException &) noexcept=default | |
| NonFiniteValueException & | operator= (const NonFiniteValueException &) noexcept=default |
| NonFiniteValueException (NonFiniteValueException &&) noexcept=default | |
| NonFiniteValueException & | operator= (NonFiniteValueException &&) noexcept=default |
| ~NonFiniteValueException () noexcept override | |
Public Member Functions inherited from SFCGAL::Exception | |
| 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 | |
Protected Attributes inherited from SFCGAL::Exception | |
| std::string | _message |
|
explicitnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
overridedefaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |