PLaSK library
|
This exception is thrown when some value (function argument) is out of bound. More...
#include <plask/exceptions.hpp>
Public Member Functions | |
OutOfBoundsException (const std::string &where, const std::string &argname) | |
template<typename BoundTypeWas , typename BoundTypeLo , typename BoundTypeHi > | |
OutOfBoundsException (const std::string &where, const std::string &argname, const BoundTypeWas &was, const BoundTypeLo &lo, const BoundTypeHi &hi) | |
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 some value (function argument) is out of bound.
Definition at line 86 of file exceptions.hpp.
|
inline |
Definition at line 88 of file exceptions.hpp.
|
inline |
Definition at line 92 of file exceptions.hpp.