Spróbuj złapać nie działając java
Thread.setDefaultUncaughtExceptionHandler(
(t, e) -> System.err.println("There's nothing to see here"));
Xanthous Xenomorph