]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
new globa Exceptions ExcIO and ExcOutOfMemory
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 Nov 2000 09:55:35 +0000 (09:55 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 Nov 2000 09:55:35 +0000 (09:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@3471 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/exceptions.h

index 6d23cdbd0ff5ffdc91321bcb0a42e740141284b6..5861028b04c743e20e044e18404246901e4a8646 100644 (file)
@@ -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

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.