Base class for all exceptions thrown in the Kalman
namespace.
More...
#include <ktypes.hpp>
Public Member Functions | |
KalmanError (const std::string &message) | |
Constructor taking an error message. |
Base class for all exceptions thrown in the Kalman
namespace.
Definition at line 73 of file ktypes.hpp.
Kalman::KalmanError::KalmanError | ( | const std::string & | message | ) | [inline, explicit] |
Constructor taking an error message.
Since KalmanError
is derived from std::logic_error
, the error message can be displayed by the what()
function.
message | Error message. |
Definition at line 80 of file ktypes.hpp.