catch (ParseException pe) {
// If we catch this exception, then there was a problem reading the
// DBXML file.
String msg =
"Error while attempting to retrieve package content from Document";
throw new DbXmlFormatException(msg);
}
catch (Exception e) {
e.printStackTrace();
}