DUNE-FEM (unstable)

exceptions.hh
1#ifndef DUNE_FEM_IO_PARAMETER_EXCEPTIONS_HH
2#define DUNE_FEM_IO_PARAMETER_EXCEPTIONS_HH
3
5
6namespace Dune
7{
8
9 namespace Fem
10 {
11
12 // ParameterNotFound
13 // -----------------
14
15 class ParameterNotFound
16 : public Exception
17 {};
18
19
20
21 // ParameterInvalid
22 // ----------------
23
24 class ParameterInvalid
25 : public Exception
26 {};
27
28 } // namespace Fem
29
30} // namespace Dune
31
32#endif // #ifndef DUNE_FEM_IO_PARAMETER_EXCEPTIONS_HH
A few common exception classes.
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)