Author: swatig0
Date: 2007-08-17 20:04:27 +0000 (Fri, 17 Aug 2007)
New Revision: 14767
Modified:
trunk/plugins/XMLLibrarian/XMLLibrarian.java
Log:
XMLLibrarian
Modified: trunk/plugins/XMLLibrarian/XMLLibrarian.java
===================================================================
--- trunk/plugins/XMLLibrarian/XMLLibrarian.java 2007-08-17 19:36:17 UTC
(rev 14766)
+++ trunk/plugins/XMLLibrarian/XMLLibrarian.java 2007-08-17 20:04:27 UTC
(rev 14767)
@@ -773,7 +773,7 @@
if(elt_name.equals("word")){
try{
if((attrs.getValue("v")).equals(word))
found_match = true;
- }catch(Exception e){}
+ }catch(Exception e){Logger.error(this, "word
key doesn't match"+e.toString(), e); }
}
if(elt_name.equals("file")){
@@ -790,7 +790,7 @@
uris.put(id,key);
String[] words = (String[])
uris.values().toArray(new String[uris.size()]);
}
- catch(Exception e){}
+ catch(Exception
e){Logger.error(this,"File id and key could not be retrieved. May be due to
format clash",e);}
}
}
}