From 31692a9ffbcae7bb2533b12d87e9b618dd925dcc Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 23 Mar 2005 00:50:40 +0000 Subject: [PATCH] ExcEmptyObject git-svn-id: https://svn.dealii.org/trunk@10208 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index ef95d85bdd..007f0757ae 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -909,6 +909,13 @@ namespace StandardExceptions */ DeclException0(ExcZero); + /** + * The object should have been + * filled with something before + * this member function is called. + */ + DeclException0(ExcEmptyObject); + /** * This exception is raised * whenever the sizes of two -- 2.39.5