newtonException.hh

Go to the documentation of this file.
1 
6 #ifndef newtonException_hh
7 #define newtonException_hh
8 
9 #include "basics/exceptions.hh"
10 
11 namespace concepts {
12 
13  // ********************************************* MumpsException **
14 
20  public:
21 
25  NewtonException(const std::string& errMsg) throw();
26 
27  protected:
28  virtual std::ostream& info(std::ostream& os) const throw();
29  };
30 
31 }
32 
33 #endif // newtonException_hh
Exception indicating that the Newton solver failed.
NewtonException(const std::string &errMsg)
Constructor.
Exception class to express a missing feature.
Definition: exceptions.hh:206
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
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