PLaSK library
|
This exception is thrown when the mesh is somehow bad. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
template<typename... Params> | |
BadMesh (const std::string &where, const std::string &msg, Params... params) | |
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 the mesh is somehow bad.
Definition at line 398 of file exceptions.hpp.
|
inline |
where | name of class/function/operation doing the computations |
msg | error message (format) |
params | parameters for msg |
Definition at line 406 of file exceptions.hpp.