From: Guido Kanschat Date: Mon, 6 Nov 2000 09:55:35 +0000 (+0000) Subject: new globa Exceptions ExcIO and ExcOutOfMemory X-Git-Tag: v8.0.0~19961 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d8557ccba97e526d01a73e72ebb08d23c14d03;p=dealii.git new globa Exceptions ExcIO and ExcOutOfMemory git-svn-id: https://svn.dealii.org/trunk@3471 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 6d23cdbd0f..5861028b04 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -621,6 +621,19 @@ namespace StandardExceptions */ DeclException0 (ExcDivideByZero); + /** + * Trying to allocate a new + * object failed due to lack of + * free memory. + */ + DeclException0 (ExcOutOfMemory); + + /** + * An error occured reading or + * writing a file. + */ + DeclException0 (ExcIO); + /** * Exception denoting a part of the * library or application program