[jOOQ/jOOQ#9121] Make code Java 6 compatible

This commit is contained in:
Lukas Eder 2020-01-20 12:09:31 +01:00
parent 042c746b03
commit eab08e3a02

View File

@ -296,7 +296,7 @@ public final class FilePattern {
try {
loader.load(Source.of(file, encoding));
}
catch (Exception e) {
catch (RuntimeException e) {
log.error("Error while loading file: " + file);
throw e;
}