Catch exception not throwable

This commit is contained in:
md-5 2013-05-10 14:37:42 +10:00
parent 710ccc6439
commit f943b5a6c5

View File

@ -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) {