什么情况下会出现ioe的空指针异常?如下代码
        try {
        //...
        } catch (Exception ioe) {
            Log.e(TAG, ioe.getMessage());
        }