Class documentation of Concepts

Loading...
Searching...
No Matches
noConvException.hh
Go to the documentation of this file.
1
6#ifndef noConvExc_hh
7#define noConvExc_hh
8
9#include "exceptions.hh"
10
11namespace concepts {
12
13 // ********************************************************* NoConvergence **
14
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.
NoConvergence(const std::string &errMsg)
Set< F > makeSet(uint n, const F &first,...)
Definition set.hh:320