diff -r 9986ec0e559a -r 10516539f238 Graphics/UMLDiagramBuilder.py --- a/Graphics/UMLDiagramBuilder.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Graphics/UMLDiagramBuilder.py Fri Oct 18 23:00:41 2013 +0200 @@ -41,6 +41,9 @@ Public method to build the diagram. This class must be implemented in subclasses. + + @exception NotImplementedError raised to indicate that this class + must be subclassed """ raise NotImplementedError( "Method 'buildDiagram' must be implemented in subclasses.")