当前位置:
代码迷
>>
Android
>> threadid=一: thread exiting with uncaught exception (group=0x416a1498)
详细解决方案
threadid=一: thread exiting with uncaught exception (group=0x416a1498)
热度:
96
发布时间:
2016-04-28 06:10:26.0
threadid=1: thread exiting with uncaught exception (group=0x416a1498)
求大神帮忙看下这是怎么回事?谢谢
------解决方案--------------------
Cursor 操作时,记得try catch finally
把下面这段放在 catch 和 finally 里。
if(cursor!=null){
cursor.close();
cursor = null;
}
查看全文
相关解决方案
Exception in thread "main" org.hibernate.HibernateException: /hibernate.cfg.xml解决办法
大伙平时用到ATG么(Art Technology Group)
大神们开始觅错啦!org.hibernate.exception.SQLGrammarException: could not execute query
thread(线程)中用spring注入不成功有关问题
struts2 exception,该怎么解决
GWT 报错,能的请进: com.google.gwt.event.shared.UmbrellaException: Exception caught: Se
Exception loading sessions from persistent storage,该怎么解决
呀javax.servlet.ServletException: Servlet execution threw an exception
Exception in thread "main" java.lang.UnsupportedClassVersionError:有关问题
null id in com.bsw.gms.hibernate.pojo.Score entry (don't flush the Session after an exception occurs,该怎么解决
紧急 Exception starting filter struts2
org.hibernate.exception.SQLGrammarException: could not execute query有关问题求解
SEVERE: Exception starting filter struts2,该怎么处理
Cause: java.sql.SQLException: 关闭的连接]; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException解决思路
struts2开发时出现的异常 Exception sending context initialized event to listener instance
Uncaught exception java/lang/NullPointerException.错误原因
Thread.sleep() 有关问题
Exception in thread "main" java.lang.NullPointerException,该怎么处理
org.apache.commons.lang.exception.NestableRuntimeException
小弟我的程序中Exception in thread "main" java.lang.NullPointerException如何解决
错误如下:严重: Exception starting filter struts2Filter
Uncaught exception java/lang/NullPointerException.解决方法
急问:S60,eclipse,打开模拟器总是提示“unhandled exception.Close application?该如何解决
运作提示:Exception in threa "main" java.lang.NoSuchMethodError:main
严重: Exception starting filter struts2
Exception in thread "main" java.lang.UnsatisfiedLinkError: com.
Exception in thread "main" java.lang.InstantiationError:
Exception in thread "Thread-7" java.lang.UnsatisfiedLinkError:
EJB调度失败Error: Exception preparing module
Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么处理