Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Unhandled exception type InterruptedException
at MainClass.printAll(MainClass.java:8)
at MainClass.main(MainClass.java:3)
The sleep() method must be enclosed in a try/catch block,
or the method printAll() must declare it throws the InterruptedException .