dune-typetree
2.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
typetree
exceptions.hh
Go to the documentation of this file.
1
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2
// vi: set et ts=4 sw=2 sts=2:
3
#ifndef DUNE_TYPETREE_EXCEPTIONS_HH
4
#define DUNE_TYPETREE_EXCEPTIONS_HH
5
6
#include <dune/common/exceptions.hh>
7
13
namespace
Dune {
14
namespace
TypeTree {
15
17
class
Exception
18
:
public
Dune::Exception
19
{};
20
21
}
// namespace TypeTree
22
}
// namespace Dune
23
24
#endif // DUNE_TYPETREE_EXCEPTIONS_HH
Dune::TypeTree::Exception
Base class for all TypeTree exceptions.
Definition:
exceptions.hh:17
Generated on Thu Jun 26 2014 17:19:59 for dune-typetree by
1.8.7