165166167168169170171172173174175176177178
} } return false; } else if (status == Status.ERROR) { throw new TransformationException(result.getErrorDescription()); } } return false; } catch (IOException e) { throw new TransformationException(e); } }