Skip to content
Snippets Groups Projects
Commit 4d2680ea authored by Christian Engwer's avatar Christian Engwer
Browse files

[parametertree] add documentation of the new exceptions

parent 63ecbd3f
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,13 @@
namespace Dune {
/** \brief report parser error while reading ParameterTree */
class ParameterTreeParserError : public RangeError {};
/** \brief exception thrown if the user wants to see help string
this exception is only thrown if the command line parameters
contain an option --help or -h
*/
class HelpRequest : public Exception {};
/** \brief Parsers to set up a ParameterTree from various input sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment