Java之常見異常 整理集合

異常: 出現意外狀況 ex:NullPointerException :空指針異常 (出現條件:使用對象(字段/方法)值爲null時)        ArrayIndexOutOfBoundsException :數組下標越界異常 (出現條件:使用超出數組下標範圍的下標)        NumberFormatException :數字格式化異常  (出現條件:不符合轉換格式的字符串被轉換成數字時
相關文章
相關標籤/搜索