\r
public ElementClass create(ReadGraph graph, ICanvasContext canvas, IDiagram diagram, Resource elementType)\r
throws DatabaseException {\r
- throw new UnsupportedOperationException();\r
+ throw new UnsupportedOperationException("This method should be implemented by subclass " + getClass().getName());\r
}\r
\r
public boolean isOk(ReadGraph graph, Resource elementResource) throws DatabaseException {\r
\r
public void load(ReadGraph graph, ICanvasContext canvas, IDiagram diagram, Resource elementResource, IElement element)\r
throws DatabaseException {\r
- throw new UnsupportedOperationException();\r
+ throw new UnsupportedOperationException("This method should be implemented by subclass " + getClass().getName());\r
}\r
\r
}\r