什么是异常?
==》异常是指在程序的运行过程中所发生的不正常事件
常见的异常种类
数组下标越界异常:ArrayIndexOutOfBoundsException
文件未找到异常:FileNotFoundException
操作数据库异常:SQLException
输入输出异常:IOException