]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
catch the right exception
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Sep 2010 23:33:15 +0000 (23:33 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Sep 2010 23:33:15 +0000 (23:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@22158 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/parameter_handler.cc

index b17c7e4f4f4ad9e773aae836b628d00c9434900f..b72d0ca709fe9eb3177eb6e56092766b292ce7e8 100644 (file)
@@ -735,7 +735,7 @@ bool ParameterHandler::read_input (const std::string &filename,
 
       return read_input (input);
     }
-  catch (const ExcIO &)
+  catch (const PathSearch::ExcFileNotFound&)
     {
       std::cerr << "ParameterHandler::read_input: could not open file <"
                << filename << "> for reading." << std::endl;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.