ed_sensor_integration
Public Member Functions | Private Attributes | List of all members
FitterError Class Reference

The FitterError class exception is thrown in case of errors in the fitter algorithm. More...

#include <fitter.h>

Inheritance diagram for FitterError:
Inheritance graph
[legend]

Public Member Functions

 FitterError (const std::string &msg)
 
virtual const char * what () const throw ()
 
- Public Member Functions inherited from std::exception
exception (T... args)
 
operator= (T... args)
 
what (T... args)
 
~exception (T... args)
 

Private Attributes

std::string error_message_
 

Detailed Description

The FitterError class exception is thrown in case of errors in the fitter algorithm.

Definition at line 36 of file fitter.h.

Constructor & Destructor Documentation

◆ FitterError()

FitterError::FitterError ( const std::string msg)
inline

Definition at line 39 of file fitter.h.

Member Function Documentation

◆ what()

virtual const char* FitterError::what ( ) const
throw (
)
inlinevirtual

Definition at line 41 of file fitter.h.

Member Data Documentation

◆ error_message_

std::string FitterError::error_message_
private

Definition at line 46 of file fitter.h.


The documentation for this class was generated from the following file: