J'ai utilisé Try Catch mais imprime toujours l'exception java
Thread.setDefaultUncaughtExceptionHandler(
(t, e) -> System.err.println("There's nothing to see here"));
Xanthous Xenomorph