Java中常见的Runtime Exception

常见的Runtime Exception(运行时异常)
ArithmeticException, ArrayStoreException, BufferOverflowException, BufferUnderflowException,
CannotRedoException, CannotUndoException, ClassCastException, CMMException, ConcurrentModificationException,
DOMException, EmptyStackException, IllegalArgumentException, IllegalMonitorStateException, IllegalPathStateException,
IllegalStateException,ImagingOpException,IndexOutOfBoundsException,MissingResourceException,NegativeArraySizeException
NoSuchElementException,NullPointerException,ProfileDataException,ProviderException,RasterFormatException,SecurityException,SystemException, UndeclaredThrowableException, UnmodifiableSetException, UnsupportedOperationException

一般异常: IOException,FileNotFoundException,SqlException

猜你喜欢

转载自blog.csdn.net/samuel7317/article/details/81070648