public class TestThread1 {
public static void main(String[] args){

try{
Thread.sleep(10000);

}catch(Exception e){
System.out.println("asdb");

}


}
}
System.out.println("asdb");   这一句为什么不执行呢, sleep 不是一定会抛异常吗