throw new AlchemyCallFailedException(new StringBuilder(results.getStatus()).append(" - ").
append(results.getStatusInfo()).toString());
}
} catch (Exception e) {
throw new ResultDigestingException(e);
} finally {
bufByteIn.close();
}
} catch (Exception e) {
throw new AnalysisEngineProcessException(e);