Skip to content

Commit bdaf367

Browse files
committed
Really ignoring broken classifies.
1 parent 55dab47 commit bdaf367

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/de/littlerolf/sav/loader/SorterLoader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ public void loadAllClasses() {
7777
classes.add(cl.loadClass(folder + ".Sorter"));
7878
} catch (ClassNotFoundException e) {
7979
e.printStackTrace();
80+
} catch (NoClassDefFoundError e) {
81+
e.printStackTrace();
8082
}
8183
}
8284

0 commit comments

Comments
 (0)