24#ifndef DUMUX_EXCEPTIONS_HH
25#define DUMUX_EXCEPTIONS_HH
27#include <dune/common/exceptions.hh>
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Definition: deprecated.hh:149
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