0-7 - Reflection class not found
Possible Reason
- Generally, when
Class.forName(className)
executes this method, the current class ofclassName
cannot be found. - The business code shows that the current
className
class is excluded, so it is not found when loading.
Troubleshooting and resolution steps
- Check whether
className
exists inClass.forName(className)
. - Check the business code to see whether some classes or packages have been excluded by using the configuration or scanning annotation
exclude
.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)