常见异常

RuntimeException

ArithmeticException:数学计算异常

NullPointerException:空指针异常

NegativeArraySizeException:负数组长度异常

ArrayOutOfBoundsException:数组索引越界异常

ClassNotFoundException:类文件未找到异常

ClassCastException:造型异常

IOException

FileNotFoundException:文件未找到异常

EOFException:读写文件尾异常

MalformedURLExceptionURL格式错误异常

SocketExceptionSocket异常

原文地址:https://www.cnblogs.com/future-zmy/p/6395298.html