From: Wolfgang Bangerth Date: Wed, 20 Apr 2005 22:17:32 +0000 (+0000) Subject: A few exceptions. X-Git-Tag: v8.0.0~14005 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba83511bad7ed0609441a0331941718ad79b580;p=dealii.git A few exceptions. git-svn-id: https://svn.dealii.org/trunk@10550 0785d39b-7218-0410-832d-ea1e28bc413d --- 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