Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14153 - Class must be a subclass of IDispatch

14153   Class must be a subclass of IDispatch

Cause

This error occurs if the class applied to the class parameter of the getInterface method is not a subclass of the IDispatch class.

Action

Change your application code accordingly.