return false;
} catch (SAXException | IOException e) {
STATIC_LOGGER.warn("Trying to read XML returned the error " + e.getMessage(), e);
} catch (RestIOException e) {
STATIC_LOGGER.warn("Invalid XML. Rethrowing as RestInvalidFormatException");
throw new RestInvalidScanFormatException(e, "Invalid scan format.");
} finally {
closeInputStream(inputStream);
}
return true;