if (type != null && type.length() > 0) {
message += " (" + type + ")";
}
FBGWTException fbgwtException = new FBGWTException(message);
fbgwtException.fillInStackTrace();
callback.onFailure(fbgwtException);
}
private static class FBGraphDataListTransformingCallback<G extends FBGraphObject> implements AsyncCallback<FBGraphDataListResult<G>> {
private final AsyncCallback<List<G>> callback;