conn = this._source.getConnection();
if (conn.hasStatement((Resource) null, FresnelCore.group, (Value) identifier, false)) {
out = Group.parse(this._source, identifier, this);
addGroup(out);
} else {
throw new ResourceNotFoundException("Explicitly named group not found in configuration");
}
} catch (RepositoryException e) {
throw new UnresolvableException("Problems connecting to repository: " + e.getLocalizedMessage());
}
finally {