Dune Core Modules (2.6.0)

exceptions.hh
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_GRID_EXCEPTIONS_HH
4 #define DUNE_GRID_EXCEPTIONS_HH
5 
7 
8 namespace Dune
9 {
10 
11  // GridError
12  // ---------
13 
16  class GridError
17  : public Exception
18  {};
19 
20 }
21 
22 #endif // #ifndef DUNE_GRID_EXCEPTIONS_HH
Base class for Dune-Exceptions.
Definition: exceptions.hh:94
Base class for exceptions in Dune grid modules.
Definition: exceptions.hh:18
A few common exception classes.
Dune namespace.
Definition: alignedallocator.hh:10
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 4, 22:30, 2024)