Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6301 - Cannot define translatable string in terms of type constant

6301   Cannot define translatable string in terms of type constant

Cause

This error occurs if you attempt to define a translatable string in terms of a class constant or primitive type constant. This is not supported.

Action

Change the translatable string so that it does not refer to class or primitive type constants.