dune-istl  2.3beta2
istlexception.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_ISTLEXC_HH
4 #define DUNE_ISTLEXC_HH
5 
6 #include <dune/common/exceptions.hh>
7 
8 namespace Dune {
9 
15 
16  class ISTLError : public Dune::MathError {};
17 
20  : public ISTLError
21  {};
22 
24 
33  : public BCRSMatrixError
34  {};
35 
38 } // end namespace
39 
40 #endif