From 2db58cfd07df4b44e87af827ecf693f24277b942 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Sat, 27 Mar 2010 20:11:19 +0000 Subject: [PATCH] add ParallelError (needed for mpiguard) [[Imported from SVN: r5949]] --- dune/common/exceptions.hh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dune/common/exceptions.hh b/dune/common/exceptions.hh index 23dbf691f..7bfa0905b 100644 --- a/dune/common/exceptions.hh +++ b/dune/common/exceptions.hh @@ -205,6 +205,13 @@ namespace Dune { */ class InvalidStateException : public Exception {}; + /*! \brief Default exception if an error in the parallel + * communication of the programm occured + * \ingroup ParallelCommunication + */ + class ParallelError : public Exception {}; + + } // end namespace #endif -- GitLab