Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1071 - Cannot inherit method

1071   Cannot inherit method

Cause

This error occurs if your application code makes an inherit method call for an object and no corresponding method exists in the superclasses of that object, or the call is made from a destructor method.

Action

Ensure that the called method is valid.