dune-fem
2.8.0
Loading...
Searching...
No Matches
dune-fem-30e278aa744c908fbf4bbd8b237eb26c0475d16e
dune
fem
io
parameter
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
6
namespace
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
Dune
Definition:
bindguard.hh:11
Dune::Fem::ParameterNotFound
Definition:
io/parameter/exceptions.hh:17
Dune::Fem::ParameterInvalid
Definition:
io/parameter/exceptions.hh:26
Generated by
1.9.6