Kalman::KalmanError Struct Reference

Base class for all exceptions thrown in the Kalman namespace. More...

#include <ktypes.hpp>

Inheritance diagram for Kalman::KalmanError:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 KalmanError (const std::string &message)
 Constructor taking an error message.

Detailed Description

Base class for all exceptions thrown in the Kalman namespace.

Definition at line 73 of file ktypes.hpp.


Constructor & Destructor Documentation

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.

Parameters:
message Error message.

Definition at line 80 of file ktypes.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines


kfilter
Author(s): Vincent Zalzal, Sylvain Marleau, Richard Gourdeau
autogenerated on Wed Jul 23 04:33:42 2014