221222223224225226227228229230231232
result = true; } } catch (ContentIOException e) { throw new ContentProcessingException(e); } catch (IOException e) { throw new ContentProcessingException(e); } }