SFCGAL 2.0.0
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
 
std::string diagnostic () const noexcept
 returns diagnostic information (file, line, etc.)
 

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

◆ NotImplementedException() [1/3]

SFCGAL::NotImplementedException::NotImplementedException ( std::string const & message)
explicitnoexcept

◆ NotImplementedException() [2/3]

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

◆ NotImplementedException() [3/3]

SFCGAL::NotImplementedException::NotImplementedException ( NotImplementedException && )
defaultnoexcept

◆ ~NotImplementedException()

SFCGAL::NotImplementedException::~NotImplementedException ( )
overridedefaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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