24#ifndef DUMUX_EXCEPTIONS_HH
25#define DUMUX_EXCEPTIONS_HH
27#include <dune/common/exceptions.hh>
Definition: common/pdesolver.hh:35
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