Exception class for access to out-of-bound elements. More...
#include <ktypes.hpp>
Public Member Functions | |
OutOfBoundError (const std::string &message) | |
Constructor taking an error message. |
Exception class for access to out-of-bound elements.
Definition at line 85 of file ktypes.hpp.
Kalman::OutOfBoundError::OutOfBoundError | ( | const std::string & | message | ) | [inline, explicit] |
Constructor taking an error message.
Definition at line 88 of file ktypes.hpp.