PLaSK library
|
This exception is called when operation on data vectors cannot be performed. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
template<typename... Params> | |
DataError (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 called when operation on data vectors cannot be performed.
Definition at line 122 of file exceptions.hpp.
|
inline |
msg | error message (format) |
params | formatting parmeters for msg |
Definition at line 129 of file exceptions.hpp.