java中最常见的几种运行时异常,你get了吗?
Posted 就让文谦先行
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java中最常见的几种运行时异常,你get了吗?相关的知识,希望对你有一定的参考价值。
NullPointerException (空指针异常)
ClassCastException (类型强制转换异常)
NumberFormatException (数字格式异常)
NegativeArraySizeException (数组大小为负数异常)
SecurityException (安全异常)
BufferOverFlowException (缓冲区溢出异常)
IndexOutofBoundsException (下标越界异常)
以上是关于java中最常见的几种运行时异常,你get了吗?的主要内容,如果未能解决你的问题,请参考以下文章
刷题java 常见的几种运行时异常RuntimeException