Kalman::KalmanError Struct Reference

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

#include <ktypes.hpp>

Inheritance diagram for Kalman::KalmanError:

Kalman::OutOfBoundError 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.


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.


The documentation for this struct was generated from the following file:
Generated on Sat Jan 28 21:02:01 2006 for KFilter by  doxygen 1.4.5