常见异常类型

常见异常类型
 1、NullPointException空指针异常
   对象.方法  .之前的那个对象

 2、ClassNotFoundException     指定的类不存在
   ActivityNotFoundException  activity不存在

   检查清单文件:类名是否声明一致 过滤条件是否一致

 3、ArrayIndexOutOfBoundsException  数组下标越界
   StringIndexOutOfBoundsException 字符串索引越界

 4、ArithMeticException   算数异常
   除数为0

 5、ClassCastException    类转换异常
   常见:修改布局,拖动了布局,容易出现
   方法:project--->clean

 6、IllegalStateException      
   非法状态异常  调了两次
   IllegalArgumentException    
   非法参数异常  参数调用出错