// NOT FOUND
return null;
}
OFetchHelper.checkFetchPlanValid(iFetchPlan);
if (doc.getClassName() == null)
throw new OGraphException(
"The document loaded has no class, while it should be a OGraphVertex, OGraphEdge or any subclass of its");
return doc;
}