Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Unhandled exception: java.lang.InterruptedException

try {
    Thread.sleep(1500);
} catch(InterruptedException e) {
    System.out.println("got interrupted!");
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Unhandled
ADD COMMENT
Topic
Name
7+3 =