【发布时间】:2011-12-07 00:12:44
【问题描述】:
我正在为 android 开发一个 java 应用程序,我目前遇到一个问题,调试器正在进入我的 catch 块,并且 ex 为 null?有没有人见过这样的东西?
}
catch(Exception ex)
{
// Debugger is coming through the catch block and ex is null ????
}
【问题讨论】:
标签: java android eclipse exception