255256257258259260261262263264265
if (partName == null) throw new IllegalArgumentException("partName"); try { return new MemoryPackagePart(this, partName, contentType, loadRelationships); } catch (InvalidFormatException e) { System.err.println(e); return null; }