24#ifndef DUMUX_EXCEPTIONS_HH
25#define DUMUX_EXCEPTIONS_HH
27#include <dune/common/exceptions.hh>
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Definition: common/properties/model.hh:34
Exception thrown if a fixable numerical problem occurs.
Definition: exceptions.hh:39
NumericalProblem()
Definition: exceptions.hh:47
NumericalProblem(const NumericalProblem &v)
Definition: exceptions.hh:42
NumericalProblem(const std::string &s)
Definition: exceptions.hh:51
Exception thrown if a run-time parameter is not specified correctly.
Definition: exceptions.hh:60
ParameterException(const ParameterException &v)
Definition: exceptions.hh:63
ParameterException(const std::string &s)
Definition: exceptions.hh:72
ParameterException()
Definition: exceptions.hh:68