public class ReflectException
extends java.lang.RuntimeException
These exceptions are
ClassNotFoundException
IllegalAccessException
IllegalArgumentException
InstantiationException
InvocationTargetException
NoSuchMethodException
NoSuchFieldException
SecurityException
构造器和说明 |
---|
ReflectException() |
ReflectException(java.lang.String message) |
ReflectException(java.lang.String message,
java.lang.Throwable cause) |
ReflectException(java.lang.Throwable cause) |