-
Notifications
You must be signed in to change notification settings - Fork 1.3k
说出几种常用的异常
cxuan edited this page Jun 15, 2020
·
1 revision
- NullPointerException: 空指针异常
- NoSuchMethodException:找不到方法
- IllegalArgumentException:不合法的参数异常
- IndexOutOfBoundException: 数组下标越界异常
- IOException:由于文件未找到、未打开或者I/O操作不能进行而引起异常
- ClassNotFoundException :找不到文件所抛出的异常
- NumberFormatException: 字符的UTF代码数据格式有错引起异常;
- InterruptedException: 线程中断抛出的异常