There was an error while loading. Please reload this page.
2 parents bf22d6a + 635ef73 commit 159d78aCopy full SHA for 159d78a
1 file changed
src/main/java/org/scijava/annotations/DirectoryIndexer.java
@@ -97,6 +97,9 @@ else if (file.isFile()) {
97
+ e.getMessage() + "); skipping");
98
} catch (ClassNotFoundException e) {
99
System.err.println("Warning: could not load class '" + className + "'; skipping");
100
+ } catch (Throwable e){
101
+ System.err.println("Warning: could not load class '" + className + "' ("
102
+ + e.getMessage() + "); skipping");
103
}
104
105
0 commit comments