NullPointerException (空指针异常)
ClassCastException (类型强制转换异常)
NumberFormatException (数字格式异常)
NegativeArraySizeException (数组大小为负数异常)
SecurityException (安全异常)
BufferOverFlowException (缓冲区溢出异常)
IndexOutofBoundsException (下标越界异常)
原文地址:https://www.cnblogs.com/java-263/p/10164044.html
时间: 2024-11-06 03:32:29