|
|

楼主 |
发表于 2005-11-19 16:01:14
|
显示全部楼层
又死了一次,不过好想不是那个问题了,因为没有时间记录,我也不清楚有没有抛出 NullPointException 了。
Exception in thread "main" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NumberFormatException: For input string: "")
at org.eclipse.swt.SWT.error(SWT.java:2942)
at org.eclipse.swt.SWT.error(SWT.java:2865)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2844)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2575)
at edu.tsinghua.lumaqq.ui.MainShell.open(MainShell.java:408)
at edu.tsinghua.lumaqq.LumaQQ.main(LumaQQ.java:138)
Caused by: java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:468)
at edu.tsinghua.lumaqq.qq.Util.convertHexStringToByteNoSpace(Util.java:1074)
at edu.tsinghua.lumaqq.ui.tool.IMInParser.parseInMessage(IMInParser.java:129)
at edu.tsinghua.lumaqq.ui.ClusterCustomFaceReceiver.start(ClusterCustomFaceReceiver.java:146)
at edu.tsinghua.lumaqq.ui.ClusterCustomFaceReceiver.addClusterIM(ClusterCustomFaceReceiver.java:99)
at edu.tsinghua.lumaqq.ui.helper.MessageHelper.putClusterIM(MessageHelper.java:542)
at edu.tsinghua.lumaqq.ui.QQEventProcessor$13.run(QQEventProcessor.java:595)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
... 4 more |
|