122123124125126127128129130
XMLObject xmlObject; try { xmlObject = unmarshall(element); } catch (UnmarshallingException e) { throw new XMLObjectUnmarshallingException(e); } return xmlObject; }