Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14225 - Invalid line number specified

14225   Invalid line number specified

Cause

This error occurs if the lineNumber parameter specified for the getLine method of the JadeRichText class is less than 1 or greater than the number of lines.

Action

Change your application code to ensure that the line number specified by the parameter is in the valid range (1 through to the total number of lines, where line one is the first line of the text).