0-15 - Exception Occurred When Loading Extension Class
0-15 - Exception Occurred When Loading Extension Class
Possible Causes
- The
clazz
class does not implement the interface class of the current extension point. - The extension name may be an interface or does not exist.
Troubleshooting and Resolution Steps
- Check the declaration of the extension class and ensure there is a matching extension implementation class.
- The extension implementation class must implement the extension point interface class and methods.
Feedback
Was this page helpful?
Yes No
Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)