常见的异常有如下:
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
|