Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6425 - Invalid partition method signature

6425   Invalid partition method signature

Cause

This error occurs if you have defined a partition method that does not conform to the required signature for partition methods.

Partition methods must meet the following requirements:

Action

Change the partition method header to conform to the rules for the signature of partition methods. If you did not intend the method to be a partition method, remove the partitionMethod option from the method signature.