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

1441   Result of expression overflows Byte precision

Cause

This error occurs when the result of a Byte primitive type expression is outside the allowed range, which is zero (0) through 255.

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.