You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
operator
newtonException.hh
1
6
#ifndef newtonException_hh
7
#define newtonException_hh
8
9
#include "
basics/exceptions.hh
"
10
11
namespace
concepts
{
12
13
// ********************************************* MumpsException **
14
19
class
NewtonException
:
public
MissingFeature
{
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
exceptions.hh
concepts::MissingFeature
Definition
exceptions.hh:206
concepts::NewtonException
Definition
newtonException.hh:19
concepts::NewtonException::info
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
concepts::NewtonException::NewtonException
NewtonException(const std::string &errMsg)
concepts
Definition
pml_formula.h:16
concepts::makeSet
Set< F > makeSet(uint n, const F &first,...)
Definition
set.hh:320
Generated on Wed Sep 13 2023 21:06:23 for Concepts by
1.9.8