美文网首页
java异常处理

java异常处理

作者: guotong314 | 来源:发表于2017-06-12 15:16 被阅读0次

    1 RuntimeException非检查异常

         NullPointerException 空指针异常

    ArrayIndexOutOfBoundsException 数组越界异常

    ClassCastException   类型转换异常

    ArithMeticException  算术异常

    2  try-catch以及try-catch-finally

    3 异常抛出   throws  和 throw

    相关文章

      网友评论

          本文标题:java异常处理

          本文链接:https://www.haomeiwen.com/subject/lvmlqxtx.html