public class ReflectException
extends java.lang.RuntimeException
These exceptions are
ClassNotFoundException
IllegalAccessException
IllegalArgumentException
InstantiationException
InvocationTargetException
NoSuchMethodException
NoSuchFieldException
SecurityException
Constructor and Description |
---|
ReflectException() |
ReflectException(java.lang.String message) |
ReflectException(java.lang.String message,
java.lang.Throwable cause) |
ReflectException(java.lang.Throwable cause) |
Copyright © 2015. All Rights Reserved.