|
PLaSK library
|
This exception is thrown when axis (typically with given name) is not found. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
| NoSuchAxisNames (const std::string &axis_names) | |
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 axis (typically with given name) is not found.
Definition at line 384 of file exceptions.hpp.
|
inline |
| axis_names | name of axis which not exists |
Definition at line 388 of file exceptions.hpp.