I've tried to figure this out for a while now. Plz help
This code
Web web = new Web();
web.addVertices(Traversal.getDefaultWeb().getVertices());
throws this exception
java.lang.UnsupportedOperationException: This operation is only supported on local navigation graphs.
at...