|
PLaSK library
|
This exception is thrown when named PatHints are not found. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
| NoSuchPath (const std::string &object_name) | |
Public Member Functions inherited from plask::GeometryException | |
| template<typename... T> | |
| GeometryException (const T &... args) | |
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 when named PatHints are not found.
Definition at line 366 of file exceptions.hpp.
|
inline |
| object_name | name of object which is not found |
Definition at line 370 of file exceptions.hpp.