--- a/Toolbox/SingleApplication.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Toolbox/SingleApplication.py Fri Oct 18 23:00:41 2013 +0200 @@ -95,6 +95,8 @@ @param cmd commandstring (string) @param params parameterstring (string) + @exception RuntimeError raised to indicate that this method must be + implemented by a subclass """ raise RuntimeError("'handleCommand' must be overridden") @@ -148,6 +150,8 @@ <b>Note</b>: This method must be overridden by subclasses. @param args command line args (list of strings) + @exception RuntimeError raised to indicate that this method must be + implemented by a subclass """ raise RuntimeError("'processArgs' must be overridden")