noConvException.hh

Go to the documentation of this file.
1 
6 #ifndef noConvExc_hh
7 #define noConvExc_hh
8 
9 #include "exceptions.hh"
10 
11 namespace concepts {
12 
13  // ********************************************************* NoConvergence **
14 
20  class NoConvergence : public MissingFeature {
21  public:
25  NoConvergence(const std::string& errMsg) throw();
26  protected:
27  virtual std::ostream& info(std::ostream& os) const throw();
28  };
29 
30 }
31 
32 #endif // noConvExc_hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Exception indicating that the solver did not converge up to the desired accuracy in the given number ...
NoConvergence(const std::string &errMsg)
Constructor.
Exception class to express a missing feature.
Definition: exceptions.hh:206
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich