Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

try catch still prints java

Thread.setDefaultUncaughtExceptionHandler(
                (t, e) -> System.err.println("There's nothing to see here"));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #catch #prints #java
ADD COMMENT
Topic
Name
7+8 =