Exception
{
ClassNotFountException
CloneNotSupportException
IllegalAccessException 安全权限异常 一般是java在反射时调用了private所致。
InstantiationException 实例化异常
InterruptedException 正在执行的线程被中断时抛出的异常。
NoSuchFieldException 变量缺失异常
NoSuchMethodException 方法缺失异常
RuntimeException 运行时异常
}
RuntimeException
{
ArithmeticException 异常的运算条件抛出的异常
ArrayStoreException
ClassCastException
IllegalArgumentException
IllegalMonitorStateException
IndexOutOfBoundsException
NegativeArraySizeException
NullPointerException
SecurityException
UnSupportedOperationException
}