12#ifndef DUMUX_EXCEPTIONS_HH
13#define DUMUX_EXCEPTIONS_HH
15#include <dune/common/exceptions.hh>
Exception thrown if a fixable numerical problem occurs.
Definition: exceptions.hh:27
NumericalProblem()
Definition: exceptions.hh:35
NumericalProblem(const NumericalProblem &v)
Definition: exceptions.hh:30
NumericalProblem(const std::string &s)
Definition: exceptions.hh:39
Exception thrown if a run-time parameter is not specified correctly.
Definition: exceptions.hh:48
ParameterException(const ParameterException &v)
Definition: exceptions.hh:51
ParameterException(const std::string &s)
Definition: exceptions.hh:60
ParameterException()
Definition: exceptions.hh:56
Definition: common/pdesolver.hh:24