- All Implemented Interfaces:
- Serializable
public class IncorrectNumberOfRowsException
extends RuntimeException
Thrown when number of values for given variable is different than number of values for another variable in the same
row. For example: Table contains row with two cells with the following variables: ${value1} and ${value2}. The
exception is thrown when size of list of values for ${value1} is different than size of list of values for ${value2}
- Author:
- Lukasz Stypka
- See Also:
- Serialized Form