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 w3programmers.org #
 
PREVIOUS NEXT
Tagged: #Unhandled
ADD COMMENT
Topic
Name
5+8 =