PLaSK library
Loading...
Searching...
No Matches
plask::NotImplemented Struct Reference

This exception is thrown when some method is not implemented. More...

#include <plask/exceptions.hpp>

Inheritance diagram for plask::NotImplemented:
[legend]
Collaboration diagram for plask::NotImplemented:
[legend]

Public Member Functions

 NotImplemented (const std::string &method_name)
 
 NotImplemented (const std::string &where, const std::string &method_name)
 
- Public Member Functions inherited from plask::Exception
 Exception (const std::string &msg)
 
template<typename... T>
 Exception (const std::string &msg, const T &... args)
 Format error message using format.
 

Detailed Description

This exception is thrown when some method is not implemented.

Definition at line 68 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ NotImplemented() [1/2]

plask::NotImplemented::NotImplemented ( const std::string &  method_name)
inline
Parameters
method_namename of not implemented method

Definition at line 72 of file exceptions.hpp.

◆ NotImplemented() [2/2]

plask::NotImplemented::NotImplemented ( const std::string &  where,
const std::string &  method_name 
)
inline
Parameters
wheremethod is not implemented (typically class name)
method_namename of not implemented method

Definition at line 79 of file exceptions.hpp.


The documentation for this struct was generated from the following file: