Uses of Class
cloud.opencode.base.reflect.exception.OpenReflectException
Packages that use OpenReflectException
-
Uses of OpenReflectException in cloud.opencode.base.reflect.exception
Methods in cloud.opencode.base.reflect.exception that return OpenReflectExceptionModifier and TypeMethodDescriptionstatic OpenReflectExceptionOpenReflectException.annotationNotFound(Class<?> clazz, Class<?> annotationType) Creates an annotation not found exception 创建注解未找到异常static OpenReflectExceptionOpenReflectException.classLoadFailed(String className, Throwable cause) Creates a class load failed exception 创建类加载失败异常static OpenReflectExceptionOpenReflectException.classNotFound(String className) Creates a class not found exception 创建类未找到异常static OpenReflectExceptionOpenReflectException.constructorNotFound(Class<?> clazz, Class<?>[] paramTypes) Creates a constructor not found exception 创建构造器未找到异常static OpenReflectExceptionOpenReflectException.copyFailed(Class<?> sourceType, Class<?> targetType, Throwable cause) Creates a copy failed exception 创建复制失败异常static OpenReflectExceptionOpenReflectException.fieldAccessFailed(Class<?> clazz, String fieldName, Throwable cause) Creates a field access failed exception 创建字段访问失败异常static OpenReflectExceptionOpenReflectException.fieldNotFound(Class<?> clazz, String fieldName) Creates a field not found exception 创建字段未找到异常static OpenReflectExceptionOpenReflectException.illegalAccess(Class<?> clazz, String memberName, Throwable cause) Creates an illegal access exception 创建非法访问异常static OpenReflectExceptionOpenReflectException.instantiationFailed(Class<?> clazz, Throwable cause) Creates an instantiation failed exception 创建实例化失败异常static OpenReflectExceptionOpenReflectException.lambdaParseFailed(String reason) Creates a lambda parse failed exception 创建Lambda解析失败异常static OpenReflectExceptionOpenReflectException.methodInvokeFailed(Class<?> clazz, String methodName, Throwable cause) Creates a method invoke failed exception 创建方法调用失败异常static OpenReflectExceptionOpenReflectException.methodNotFound(Class<?> clazz, String methodName, Class<?>[] paramTypes) Creates a method not found exception 创建方法未找到异常static OpenReflectExceptionOpenReflectException.proxyCreationFailed(Class<?> interfaceType, Throwable cause) Creates a proxy creation failed exception 创建代理创建失败异常static OpenReflectExceptionOpenReflectException.recordOperationFailed(Class<?> recordClass, String operation, Throwable cause) Creates a record operation failed exception 创建Record操作失败异常static OpenReflectExceptionOpenReflectException.typeCastFailed(Class<?> targetType, Object value) Creates a type cast failed exception 创建类型转换失败异常