C:\jdk\bin>javac Revolve.java
Revolve.java:46: Exception java.lang.InterruptedException must be caught, or i
must be declared in the throws clause of this method.
     try {Thread.sleep(10000); }
                      ^
Revolve.java:47: Class InterrupterException not found in type declaration.
     catch(InterrupterException e) {}异常写错了
应该是InterruptedException