Graphics/UMLDiagramBuilder.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2953
703452a2876f
child 3145
a9de05d4a22f
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.")

eric ide

mercurial