public class ReflectException
extends java.lang.RuntimeException
These exceptions are
ClassNotFoundExceptionIllegalAccessExceptionIllegalArgumentExceptionInstantiationExceptionInvocationTargetExceptionNoSuchMethodExceptionNoSuchFieldExceptionSecurityException| 构造器和说明 |
|---|
ReflectException() |
ReflectException(java.lang.String message) |
ReflectException(java.lang.String message,
java.lang.Throwable cause) |
ReflectException(java.lang.Throwable cause) |