|
PLaSK library
|
This exception should be thrown by solvers in case of error in computations. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
| template<typename... Params> | |
| ComputationError (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 should be thrown by solvers in case of error in computations.
Definition at line 137 of file exceptions.hpp.
|
inline |
| where | name of class/function/operation doing the computations |
| msg | error message |
| params | formatting parmeters for msg |
Definition at line 145 of file exceptions.hpp.