| PLaSK library
    | 
This exception is thrown by material methods which are not implemented. More...
#include <plask/exceptions.hpp>
| 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. | |
This exception is thrown by material methods which are not implemented.
Definition at line 224 of file exceptions.hpp.
| 
 | inline | 
| material_name | name of material | 
| method_name | name of not implemented method | 
Definition at line 230 of file exceptions.hpp.