Constructs a new exception.
the row where the exception occured
the line index that violated the line count
the total number of lines inside the row
Returns the total number of lines used for the row.
the line count
Returns the line index that did not fit into the line count.
the line index
Returns the row where the exception occured.
the affected row
An exception type used to indicate that the line index used for an activity is not within the possible range for a given row. Example: a row might have 10 lines but the line index is 15.
1.0