dune-fem 2.8.0
Loading...
Searching...
No Matches
io/parameter/exceptions.hh
Go to the documentation of this file.
1#ifndef DUNE_FEM_IO_PARAMETER_EXCEPTIONS_HH
2#define DUNE_FEM_IO_PARAMETER_EXCEPTIONS_HH
3
4#include <dune/common/exceptions.hh>
5
6namespace Dune
7{
8
9 namespace Fem
10 {
11
12 // ParameterNotFound
13 // -----------------
14
16 : public Exception
17 {};
18
19
20
21 // ParameterInvalid
22 // ----------------
23
25 : public Exception
26 {};
27
28 } // namespace Fem
29
30} // namespace Dune
31
32#endif // #ifndef DUNE_FEM_IO_PARAMETER_EXCEPTIONS_HH
Definition: bindguard.hh:11
Definition: io/parameter/exceptions.hh:17
Definition: io/parameter/exceptions.hh:26