Uses of Class
zombie.entity.util.reflect.ReflectionException
Packages that use ReflectionException
-
Uses of ReflectionException in zombie.entity.util.reflect
Methods in zombie.entity.util.reflect that throw ReflectionExceptionModifier and TypeMethodDescriptionstatic ConstructorClassReflection.getConstructor(Class<?> c, Class<?>... parameterTypes) static ConstructorClassReflection.getDeclaredConstructor(Class<?> c, Class<?>... parameterTypes) Constructor.newInstance(Object... args)