conversionDefinitionIdIntReader.close();
inputStream.close();
}
} catch (IllegalArgumentException exception) {
throw new ConversionException(exception);
} catch (IllegalAccessException exception) {
throw new ConversionException(exception);
} catch (InvocationTargetException exception) {
throw new ConversionException(exception);
} catch (IOException exception) {
throw new ConversionException(exception);
} catch (URISyntaxException exception) {
throw new ConversionException(exception);
}
}