java常用異常類

2021-08-04 18:13:33 字數 897 閱讀 2042

異常類名稱

異常類含義

arithmeticexception

算數異常類

arrayindexoutofbound***ception

陣列小標越界異常

arraystoreexception

將與陣列型別不相容的值賦值給陣列元素時丟擲的異常

classcastexception

型別強制轉換異常類

classnotfoundexception

無法找到指定的類異常

eofeexception

檔案已結束異常類

filenotfoundexception

檔案未找到異常類

illegalacces***ception

訪問某類被拒絕時丟擲的異常類

instantiationexception

試圖通過newinstantce()方法建立乙個抽象類或者抽象介面的例項時丟擲異常

ioeexception

輸入/輸出丟擲異常類

negativearraysizeexception

建立元素個數為負數的異常類

nullpointerexception

空指標異常

numberfromatexception

字串轉化為數字異常類

nosuchfieldexception

字段未找到異常類

nosuchmethodexception

方法未找到異常類

securityexception

由安全管理器丟擲的異常,指示存在安全侵犯

sqlexception

運算元據庫異常

stringindexoutofbound***ception

字串索引超出範圍

Java基礎 異常處理 常用類

異常處理 關鍵字 try catch throws throw finally 宣告方法丟擲異常 查jdk public void somemethod throws someexception 包含 段 呼叫方法處理異常 方法未處理,只丟擲異常 trycatch someexception e c...

java 中異常類

算術異常類 arithmeticexecption 空指標異常類 nullpointerexception 型別強制轉換異常 classcastexception 陣列負下標異常 negativearrayexception 陣列下標越界異常 arrayindexoutofbound ception...

常用內建異常類

exception 所有異常的基類 attributeerror 特性引用或者賦值失敗時引發 ioerror 試圖開啟不存在檔案時引發 indexerror 在使用序列中不存在的索引時引發 keyerror 在使用對映中不存在的鍵時引發 nameerror 找不到名字 變數 時引發 syntaxer...