首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java相关 >

Exception in thread "Timer-0"如何解决

2013-11-09 
Exception in thread Timer-0怎么解决啊Exception in thread Timer-0 java.lang.UnsupportedOperation

Exception in thread "Timer-0"怎么解决啊
Exception in thread "Timer-0" java.lang.UnsupportedOperationException: Not supported yet.
at nepu.quan.Synchronous_Datetime.run(Synchronous_Datetime.java:38)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Exception in thread "Timer-1" java.lang.UnsupportedOperationException: Not supported yet.
at nepu.quan.Do_For_Timer2.run(Do_For_Timer2.java:54)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
各位大神们,这到底是什么问题啊 java 异常
[解决办法]
你代码怎么写得,我猜你启动线程用了run方法,应该是start方法。。

热点排行