手打一遍加深印象
異常類說明
classcastexception
型別轉換異常
classnotfoundexception
未找到相應類異常
arithmeticexception
算術異常
arrayindexoutofbound***ception
陣列下標越界異常
arraystoreexception
陣列中包含不相容的值丟擲的異常
sqlexception
運算元據庫異常類
nullpointexception
空指標異常
nosuchfieldexception
字段未找到異常
nosuchmethodexception
方法未找到異常
numberformatexception
字串轉換為數字丟擲的異常
negativearraysizeexception
陣列元素個數為負數丟擲的異常
stringindexoutofbound***ception
字串索引超出範圍丟擲的異常
ioexception
輸入輸出異常
illegalacces***ception
當應用程式試圖使用class類中的newinstance()方法建立乙個類的例項,而指定的類物件無法被例項化時,丟擲該異常
eofexception
檔案已結束異常
fielnotfoundexception
檔案未找到異常
java常見異常
算術異常類 arithmeticexecption 空指標異常類 nullpointerexception 型別強制轉換異常 classcastexception 陣列負下標異常 negativearrayexception 陣列下標越界異常 arrayindexoutofbound ception...
Java常見異常
1.nullpointerexception 空指標異常,為執行時異常,當物件為null時呼叫物件方法產生。2.classnotfoundexception 找不到類檔案異常,為檢測性異常,當指定的類檔案不存在時產生。3.arrayindexoutofbound ception 陣列索引越界異常,為...
Java 常見異常
try 嘗試 catch 捕捉 finally 最後 throw 丟擲 throws 投擲 表示強制異常處理 throwable 可丟擲的 表示所有異常類的祖先類 在這裡插入 片arrayindexoutofbound ception 陣列下標越界異常 arithmeticexception 算術異...