From a049a8662d3285d3a547bd692394e675aa97404e Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 20 Apr 2005 22:17:32 +0000 Subject: [PATCH] A few exceptions. git-svn-id: https://svn.dealii.org/trunk@10550 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/data_out_base.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deal.II/base/include/base/data_out_base.h b/deal.II/base/include/base/data_out_base.h index 5b1b4fd0df..897a2a6823 100644 --- a/deal.II/base/include/base/data_out_base.h +++ b/deal.II/base/include/base/data_out_base.h @@ -2364,6 +2364,19 @@ class DataOutReader : public DataOutInterface */ void merge (const DataOutReader &other); + /** + * Exception + */ + DeclException0 (ExcNoPatches); + /** + * Exception + */ + DeclException0 (ExcIncompatibleDatasetNames); + /** + * Exception + */ + DeclException0 (ExcIncompatiblePatchLists); + protected: /** * This is the function -- 2.39.5