ed_sensor_integration
|
The FitterError class exception is thrown in case of errors in the fitter algorithm. More...
#include <fitter.h>
Public Member Functions | |
FitterError (const std::string &msg) | |
virtual const char * | what () const throw () |
![]() | |
T | exception (T... args) |
T | operator= (T... args) |
T | what (T... args) |
T | ~exception (T... args) |
Private Attributes | |
std::string | error_message_ |
The FitterError class exception is thrown in case of errors in the fitter algorithm.
|
inline |
|
inlinevirtual |
|
private |