Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1440 - Result of expression overflows Integer64 precision

1440   Result of expression overflows Integer64 precision

Cause

This error occurs when the result of an Integer64 primitive type expression is outside the allowed range.

This error should not normally occur, as the minimum and maximum values of the Integer64 primitive type in JADE are -9,223,372,036,854,775,808 and 9,223,372,036,854,775,807, respectively.

Action

Change your code to avoid this error. The method and source position containing the expression at which the exception was raised are reported in the error description.