// database instance so as to avoid this unnecessary additional
// conversion and highly unlikely corner case handling.
try {
key = filePathToKey(path);
} catch (HsqlException e) {
Iterator it = databaseMap.keySet().iterator();
Object foundKey = null;
while (it.hasNext()) {
Object currentKey = it.next();