Graphics/UMLDiagramBuilder.py

changeset 2953
703452a2876f
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
diff -r 94fc661a54a2 -r 703452a2876f Graphics/UMLDiagramBuilder.py
--- a/Graphics/UMLDiagramBuilder.py	Sat Sep 28 17:40:42 2013 +0200
+++ b/Graphics/UMLDiagramBuilder.py	Sat Sep 28 19:06:25 2013 +0200
@@ -39,6 +39,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