Java异常
Exception:异常层次结构的父类
ArithmeticException:算术错误
inputmismatchException:输入类型不匹配
ArrayindexoutofboundsException:数组小标越界
nullpointerException:空指针异常
classnotfoundException:不能加载所需类checked异常
illegalArgumentException:方法接收到非法参数
classcastException:对象强制类型转换出错
numberformatException:数字格式转换异常