Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::Kernel::Exception::NotImplementedError Class Referencefinal

Marks code as not implemented yet. More...

#include <Exception.h>

Inheritance diagram for Mantid::Kernel::Exception::NotImplementedError:

Public Member Functions

 NotImplementedError (const std::string &)
 Constructor. More...
 
const char * what () const noexcept override
 Writes out the range and limits. More...
 

Detailed Description

Marks code as not implemented yet.

Definition at line 138 of file Exception.h.

Constructor & Destructor Documentation

◆ NotImplementedError()

Mantid::Kernel::Exception::NotImplementedError::NotImplementedError ( const std::string &  Desc)

Constructor.

Parameters
Desc:: Function description

Definition at line 52 of file Exception.cpp.

Member Function Documentation

◆ what()

const char * Mantid::Kernel::Exception::NotImplementedError::what ( ) const
overridenoexcept

Writes out the range and limits.

Returns
a char array of foramtted error information

Definition at line 57 of file Exception.cpp.


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