dune-fem  2.4.1-rc
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 
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: io/parameter/exceptions.hh:24
Definition: coordinate.hh:4
Definition: io/parameter/exceptions.hh:15