Class NotImplementedException

Inheritance Relationships

Base Type

  • public std::logic_error

Class Documentation

class NotImplementedException : public std::logic_error

Exception for functions that are not yet implemented.

Public Functions

inline explicit NotImplementedException(const std::string &fname)

Construct a NotImplementedException exception object.

Parameters

fname – Function name to indicate not implemented.