138139140141142143144145146147148
} } catch( Exception ex ) { log.error("Unable to parse an element in Source: " + ex.getMessage()); throw new UnmarshallException("Unable to parse an element in Source", ex); } SwordValidationInfo result = null; if( validationProperties != null ) {
545546547548549550551552553554
} catch (Exception ex) { log.error("Unable to parse an element in Entry: " + ex.getMessage()); ex.printStackTrace(); throw new UnmarshallException("Unable to parse an element in " + getQualifiedName(), ex); } return result; }