Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6372 - Cannot import package - exported by a superschema or subschema

6372   Cannot import package - exported by a superschema or subschema

Cause

This error occurs if you attempt to import a package from a subschema, which is not allowed.

You do not need to import a package from a superschema, as the classes are available through the normal class inheritance mechanism.

Action

Do not import the package.