Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6400 - Unexpected token

6400   Unexpected token

Cause

This error occurs if the end of the input was expected but additional input tokens were encountered.

Action

Remove the additional tokens from the input. In some cases, an earlier syntactic error (such as a misplaced end in a method) may have caused this error. In this case, the earlier syntactic error should be found and corrected.