From: Wolfgang Bangerth Date: Tue, 13 Sep 2016 20:46:29 +0000 (-0600) Subject: Add descriptions to two more exceptions. X-Git-Tag: v8.5.0-rc1~673^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2f687633f9bb36f8a2ab7288d26249dab254ae;p=dealii.git Add descriptions to two more exceptions. --- diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 38725b0040..258f0f9af1 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -2653,11 +2653,16 @@ public: /** * Exception */ - DeclException0 (ExcIncompatibleDatasetNames); + DeclExceptionMsg (ExcIncompatibleDatasetNames, + "You are trying to merge two sets of patches for which the " + "declared names of the variables do not match."); /** * Exception */ - DeclException0 (ExcIncompatiblePatchLists); + DeclExceptionMsg (ExcIncompatiblePatchLists, + "You are trying to merge two sets of patches for which the " + "number of subdivisions or the number of vector components " + "do not match."); /** * Exception */