From: kronbichler Date: Thu, 21 Aug 2008 19:21:29 +0000 (+0000) Subject: Definition of ExcTrilinosError X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26295cdc60f22dc9df929c425e8c3fb280672fd3;p=dealii-svn.git Definition of ExcTrilinosError git-svn-id: https://svn.dealii.org/trunk@16630 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/exceptions.h b/deal.II/lac/include/lac/exceptions.h index f867200151..b214a808a5 100644 --- a/deal.II/lac/include/lac/exceptions.h +++ b/deal.II/lac/include/lac/exceptions.h @@ -52,6 +52,16 @@ namespace LACExceptions << "An error with error number " << arg1 << " occured while calling a PETSc function"); + /** + * An error of a Trilinos function was + * encountered. Check the Trilinos + * documentation for details. + */ + DeclException1 (ExcTrilinosError, + int, + << "An error with error number " << arg1 + << " occured while calling a Trilinos function"); + //@} }