From: Wolfgang Bangerth Date: Wed, 18 Mar 2015 23:38:05 +0000 (-0500) Subject: Clarify an exception message. X-Git-Tag: v8.3.0-rc1~360^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbfb2f782cdb5a901b5e621263c5ac4c149473a;p=dealii.git Clarify an exception message. --- diff --git a/include/deal.II/base/table_handler.h b/include/deal.II/base/table_handler.h index a597068393..e98c05b9c6 100644 --- a/include/deal.II/base/table_handler.h +++ b/include/deal.II/base/table_handler.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 1999 - 2014 by the deal.II authors +// Copyright (C) 1999 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -506,7 +506,9 @@ public: */ DeclException1 (ExcUndefinedTexFormat, std::string, - << "<" << arg1 << "> is not a tex column format. Use l,c,r."); + << "<" << arg1 << "> is not a tex column format. Use " + << "'l', 'c', or 'r' to indicate left, centered, or " + << "right aligned text."); //@} protected: