异常类结构图
2022-04-21 14:03:26 49 举报
AI智能生成
异常类总结
作者其他创作
大纲/内容
Exception
RuntimeException
IndexOutOfBoundsException
StringIndexOutBoundsException
ArrayIndexOutBoundsException
ArrayStoreException
IllegalArgumentException<br>
IllegalThreadStateException<br>
NumberFormatException
TypeNotPresentException<br>
ArithmeticException<br>
NullPointerException
ClassCastException<br>
UnsportedOperationException
IllegalMonitorStateException
IllegalStateException
NegativeArraySizeException<br>
securityException<br>
ReflectiveOperationException
NoSuchMethodException<br>
IllegalAccessException<br>
NoSuchFieldException<br>
InstantationException<br>
ClassNotFoundException
InterruptedException
CloneNotSupportedException
Error
LinkageError
NoClassDefFoundError<br>
ExceptionInInitializerError<br>
ClassCircularityError<br>
BootStrapMethodError<br>
VerifyError<br>
ClassFormatError<br>
UnsupportedClassVersionError<br>
UnsatisfieldLinkError<br>
IncompatibleClassChangeError<br>
NoSuchFieldError
InstantiationError<br>
AbstractMethodError
IllegalAccessError<br>
NoSuchMethodError
VirtualMachineError<br>
StackOverflowError<br>
InternalError
OutOfMemoryError<br>
UnknownError<br>
ThreadDeath<br>
AssertionError<br>
0 条评论
下一页