Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java disable stack trace

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