java中常見異常

2021-08-09 22:47:54 字數 475 閱讀 4867

runtimeexception

1.arithmeticexception 數學計算異常

2.nullpointerexception 空指標異常

3.negativearraysizeexception 負陣列長度異常

4.arrayindexoutofbound***ception 陣列索引越界異常

5.classnotfoundexception 類檔案未找到異常

6.classcastexception 造型異常

ioexception

1.filenotfoundexception 檔案未找到異常

2.eofexception 讀寫檔案尾異常       ———eof

是乙個計算機術語,為end of file的縮寫

3.malformedurlexception url格式錯誤異常

4.socketexception socket異常(套接字)

python中常見的異常

python常見異常型別大概分為以下類 1.assertionerror 當assert斷言條件為假的時候丟擲的異常 2.attributeerror 當訪問的物件屬性不存在的時候丟擲的異常 3.indexerror 超出物件索引的範圍時丟擲的異常 4.keyerror 在字典中查詢乙個不存在的ke...

Java Java中常見的異常

空指標異常類 nullpointerexception 型別強制轉換異常 classcastexception 陣列負下標異常 negativearrayexception 陣列下標越界異常 arrayindexoutofbound ception 違背安全原則異常 secturityexcepti...

python中常見的異常

python中的異常 zerodivision 除數為0 indexerror 索引值超出範圍 取列表或字串中元素可能出現 keyerror 關鍵字在字典中不存在 nameerror 訪問的變數不存在 assertionerror 斷言不成立 asser語句不成立 try 檢測範圍語句塊 excep...