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

This exception is thrown by material methods which are not implemented. More...

#include <plask/exceptions.hpp>

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

Public Member Functions

 MaterialMethodNotImplemented (const std::string &material_name, const std::string &method_name)
 
- Public Member Functions inherited from plask::NotImplemented
 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 by material methods which are not implemented.

Definition at line 224 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ MaterialMethodNotImplemented()

plask::MaterialMethodNotImplemented::MaterialMethodNotImplemented ( const std::string &  material_name,
const std::string &  method_name 
)
inline
Parameters
material_namename of material
method_namename of not implemented method

Definition at line 230 of file exceptions.hpp.


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