当前位置:
代码迷
>>
J2SE
>> Thread.sleep() 抛出的错误
详细解决方案
Thread.sleep() 抛出的错误
热度:
479
发布时间:
2016-04-24 01:47:22.0
Thread.sleep() 抛出的异常?
try {
sleep(1000);
}
catch (InterruptedException e)
{
}
有点不明白,sleep抛出的异常 ,如果任何线程中断了当前线程,
如果有两个线程,sleep()一次,是不是就会换另一个线程执行?换另一个线程执行的时候,前一个线程是不是应该抛出InterruptedException 来中断前一个线程呢?就是说前一个线程已经终止了?
------解决方案--------------------
引用楼主 Crazy_AnBoo 的帖子:
try {
sleep(1000);
}
catch (InterruptedException e)
{
}
有点不明白,sleep抛出的异常 ,如果任何线程中断了当前线程,
如果有两个线程,sleep()一次,是不是就会换另一个线程执行?换另一个线程执行的时候,前一个线程是不是应该抛出InterruptedException 来中断前一个线程呢?就是说前一个线程已经终止了?
查看全文
相关解决方案
Exception in thread "main" org.hibernate.HibernateException: /hibernate.cfg.xml解决办法
thread(线程)中用spring注入不成功有关问题
Exception in thread "main" java.lang.UnsupportedClassVersionError:有关问题
Thread.sleep() 有关问题
Exception in thread "main" java.lang.NullPointerException,该怎么处理
小弟我的程序中Exception in thread "main" java.lang.NullPointerException如何解决
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.
Exception in thread "main" java.lang.InstantiationError:
Exception in thread "Thread-7" java.lang.UnsatisfiedLinkError:
Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么处理
这个是什么东东 Pool thread stack traces
对休眠Thread.sleep(500);有疑问解决办法
in thread "main" java.lang.OutOfMemoryError: Java heap space
Exception in thread "main"不知名的异常!
Exception in thread "main" java.security.InvalidKeyException:
上面的代码会出错,Exception in thread "main" java.lang.Error:
Thread.sleep() 与 Thread.currentThread().sleep()差异
报错 Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么解决
Which methods guarantee that a thread will leave the running state解决方案
出现Exception in thread "main" java.lang.NullPointerException求赐教,
Exception in thread "main" java.lang.NullPointerException求大牛帮忙解决,30行小程序解决方案
Exception in thread "main" java.lang.NullPointerException如何解决
java thread wait的用法解决方案
【新人】麻烦问一上关于线程Thread.Sleep()用法
已经终止了IIS ,为什么application_end()没有执行 thread.Abort(),线程还在执行?
AIX下的weblogic814 thread count参数该如何设置
MyEclipse 装配插件后Myeclipse Could not open the editor: Invalid thread access
webllogic linux装完起步报错Exception in thread "main" java.lang.NoClassDefFoundError
SVN异常:Thread attempted to read nesting count of a lock it did not own
wait、sleep、yield差异