1. NullPointerException:对象引用参考值为null所产生的的异常。
    2. ArrayIndexOutBoundsException:数组索引超出范围所产生的异常。
    3. ClassCastExcepiton:类对象强制转换造成的不当类对象所产生的的对象。
    4. NumberFormatException:字符串转换为数值所产生的的异常。
    5. IndexOutOfBoundsException:索引超出范围所产生的异常。