Class 类使用疑惑public Constructor[] getConstructors() throws SecurityException这个方法明明有异常抛出为什么在使用的时候可以不处理呢? 并不是所有异常都需要捕获,比如RuntimeException以及其子类!