275276277278279280281282283
{ throw new ResourceCreationException("Unable to parse the document", e); } catch (IOException e) { throw new ResourceLoadingException("Unable to read the stream", e); } }
7172737475767778
stream.close(); } } catch (IOException e) { throw new ResourceLoadingException("Failed to process WMF file", e); } }
213214215216217218219220
274275276277278279280281282