Make LinkageUtils better with Error handling
Dieser Commit ist enthalten in:
Ursprung
053a9129e7
Commit
abb52aeaf7
@ -52,6 +52,8 @@ public class LinkageUtils {
|
|||||||
linkOrUnlink(Class.forName(s), unlink);
|
linkOrUnlink(Class.forName(s), unlink);
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException e) {
|
||||||
// ignored
|
// ignored
|
||||||
|
} catch (Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren