vertexium icon indicating copy to clipboard operation
vertexium copied to clipboard

Throw an exception if FetchHint was not given to retrieve the given data but an attempt was made to read that data

Open joeferner opened this issue 8 years ago • 0 comments

The following should throw an exception because the properties were not retrieved.

Vertex v = g.getVertex("v1", FetchHint.NONE, auths);
v.getProperties();

joeferner avatar Mar 10 '17 15:03 joeferner