Dune Core Modules (2.9.0)

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 
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
Base class for Dune-Exceptions.
Definition: exceptions.hh:96
Base class for all TypeTree exceptions.
Definition: exceptions.hh:19
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.80.0 (May 16, 22:29, 2024)