181182183184185186187188
} catch (SQLException e) { if (!closed) { this.close(); Debug.logWarning("Warning: auto-closed EntityListIterator because of exception: " + e.toString(), module); } throw new GenericEntityException("Error getting the current index", e); } }