mpqc::FeatureNotImplemented Class Reference
Collaboration diagram for mpqc::FeatureNotImplemented:

Documentation

This is thrown when an attempt is made to use a feature that is not yet implemented.

Public Member Functions

 FeatureNotImplemented (const char *description=0, const char *file=0, int line=0, const char *exception_type="FeatureNotImplemented") noexcept
 
 FeatureNotImplemented (const FeatureNotImplemented &)=default
 
 FeatureNotImplemented (FeatureNotImplemented &&)=default
 
virtual ~FeatureNotImplemented ()=default
 
- Public Member Functions inherited from mpqc::ProgrammingError
 ProgrammingError (const char *description=0, const char *file=0, int line=0, const char *exception_type="ProgrammingError") noexcept
 
 ProgrammingError (const ProgrammingError &)=default
 
 ProgrammingError (ProgrammingError &&)=default
 
virtual ~ProgrammingError ()=default
 
- Public Member Functions inherited from mpqc::Exception
 Exception (const char *description=0, const char *file=0, int line=0, const char *exception_type="Exception") noexcept
 
 Exception (const Exception &) noexcept
 
 Exception (Exception &&)=default
 
virtual ~Exception () noexcept
 
const char * what () const noexcept
 overload of Exception::what() More...
 
const char * exception_type () const noexcept
 Returns the classname of the exception. May return null. More...
 
std::ostream & elaborate ()
 
- Public Member Functions inherited from mpqc::detail::Exception
 Exception (const char *description=0, const char *file=0, int line=0) noexcept
 
 Exception (const Exception &)=default
 
 Exception (Exception &&)=default
 
const char * description () const noexcept
 
const char * file () const noexcept
 
int line () const noexcept
 

Constructor & Destructor Documentation

◆ FeatureNotImplemented() [1/3]

FeatureNotImplemented::FeatureNotImplemented ( const char *  description = 0,
const char *  file = 0,
int  line = 0,
const char *  exception_type = "FeatureNotImplemented" 
)
noexcept

Create a FeatureNotImplemented exception.

Parameters
descriptiona description of the problem.
filethe file name where the problem occured.
linethe line number where the exception occured.
exception_typethe classname of the Exception specialization. The default is "FeatureNotImplemented".

It is suggested that the special macros FILE and LINE be given as the file and line arguments, respectively.

◆ FeatureNotImplemented() [2/3]

mpqc::FeatureNotImplemented::FeatureNotImplemented ( const FeatureNotImplemented )
default

◆ FeatureNotImplemented() [3/3]

mpqc::FeatureNotImplemented::FeatureNotImplemented ( FeatureNotImplemented &&  )
default

◆ ~FeatureNotImplemented()

virtual mpqc::FeatureNotImplemented::~FeatureNotImplemented ( )
virtualdefault

The documentation for this class was generated from the following files: