我做了一個SingleItemAdapter
擴展ArrayAdapter
,這個自定義的適配器用於ListView
。getView()不能拋出異常
在這個SingleItemAdapter
,我做了一些數據庫的東西,所以我想拋出異常在getView()
方法這是初始化的GUI。
但public View getView(int position,View convertView,ViewGroup parent)
拋出異常 會得到Exception Exception is not compatible with throws clause in ArrayAdapter.getView(int, View, ViewGroup)
ArrayAdapter,BaseAdapter,適配器不會拋出異常,爲什麼?
這個問題勉強可讀。請嘗試清理並重新編輯。 – EboMike 2011-01-11 02:14:26