Catch exception not throwable
This commit is contained in:
parent
710ccc6439
commit
f943b5a6c5
@ -70,7 +70,7 @@ public class ClassLoaderProvider implements InheritanceProvider {
|
||||
}
|
||||
|
||||
return parents;
|
||||
} catch (Throwable ex) {
|
||||
} catch (Exception ex) {
|
||||
// Just ignore this, means that we couldn't get any lookup for the specified class
|
||||
} finally {
|
||||
if (input != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user