From 24d8557ccba97e526d01a73e72ebb08d23c14d03 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 6 Nov 2000 09:55:35 +0000 Subject: [PATCH] new globa Exceptions ExcIO and ExcOutOfMemory git-svn-id: https://svn.dealii.org/trunk@3471 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.39.5