Class documentation of Concepts

Loading...
Searching...
No Matches
newtonException.hh
1
6#ifndef newtonException_hh
7#define newtonException_hh
8
10
11namespace 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
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
NewtonException(const std::string &errMsg)
Set< F > makeSet(uint n, const F &first,...)
Definition set.hh:320