zoukankan      html  css  js  c++  java
  • 常见到的runtime exception

    ClassCastException    类转换异常

    IllegalArgumentException   非法参数异常

    IndexOutOfBoundsException   数组越界异常

    NullPointerException   空指针异常

    ArrayStoreException   数据存储异常

    ArithmeticException   算术异常

    NegativeArraySizeException   创建一个大小为负数的数组错误异常

    NumberFormatException       数字格式异常

    SecurityException    安全异常

    UnsupportedOperationException       不支持的操作异常

  • 相关阅读:
    个人博客
    个人博客
    5.4
    4.30
    4.29
    4.28
    4.27
    4.26
    4.25
    4.24
  • 原文地址:https://www.cnblogs.com/goodbye-lazy/p/10195242.html
Copyright © 2011-2022 走看看