SFCGAL  2.2.0
Public Member Functions | List of all members
SFCGAL::NotImplementedException Class Reference

SFCGAL Exception thrown when a function is not implemented. More...

#include <Exception.h>

Inheritance diagram for SFCGAL::NotImplementedException:
SFCGAL::Exception

Public Member Functions

 NotImplementedException (std::string const &message) noexcept
 
 NotImplementedException (const NotImplementedException &) noexcept=default
 
NotImplementedExceptionoperator= (const NotImplementedException &) noexcept=default
 
 NotImplementedException (NotImplementedException &&) noexcept=default
 
NotImplementedExceptionoperator= (NotImplementedException &&) noexcept=default
 
 ~NotImplementedException () noexcept override
 
- Public Member Functions inherited from SFCGAL::Exception
 Exception () noexcept
 
 Exception (std::string const &message) noexcept
 
 Exception (const Exception &) noexcept=default
 
Exceptionoperator= (const Exception &) noexcept=default
 
 Exception (Exception &&) noexcept=default
 
Exceptionoperator= (Exception &&) noexcept=default
 
 ~Exception () noexcept override
 
const char * what () const noexcept override
 returns the exception message More...
 
std::string diagnostic () const noexcept
 returns diagnostic information (file, line, etc.) More...
 

Additional Inherited Members

- Protected Attributes inherited from SFCGAL::Exception
std::string _message
 

Detailed Description

SFCGAL Exception thrown when a function is not implemented.

Constructor & Destructor Documentation

SFCGAL::NotImplementedException::NotImplementedException ( std::string const &  message)
explicitnoexcept
SFCGAL::NotImplementedException::NotImplementedException ( const NotImplementedException )
defaultnoexcept
SFCGAL::NotImplementedException::NotImplementedException ( NotImplementedException &&  )
defaultnoexcept
SFCGAL::NotImplementedException::~NotImplementedException ( )
overridedefaultnoexcept

Member Function Documentation

NotImplementedException& SFCGAL::NotImplementedException::operator= ( const NotImplementedException )
defaultnoexcept
NotImplementedException& SFCGAL::NotImplementedException::operator= ( NotImplementedException &&  )
defaultnoexcept