Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6004 - Invalid token

6004   Invalid token

Cause

This error occurs if your source code contains a token that is not valid in the JADE language; for example, "~", "!", "@", "%", or "?" are not part of the defined JADE syntax.

Action

Remove the invalid token from your source code.