Public Member Functions | |
ExcLeastSquaresError (const double a1) | |
virtual | ~ExcLeastSquaresError () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const double | arg1 |
FETools::ExcLeastSquaresError::ExcLeastSquaresError | ( | const double | a1 | ) | [inline] |
virtual FETools::ExcLeastSquaresError::~ExcLeastSquaresError | ( | ) | throw () [inline, virtual] |
virtual void FETools::ExcLeastSquaresError::print_info | ( | std::ostream & | out | ) | const [inline, virtual] |
Print more specific information about the exception which occured. Overload this function in your own exception classes.
Reimplemented from ExceptionBase.
const double FETools::ExcLeastSquaresError::arg1 [private] |