Playback cannot continue.
The com.rational.test.ft.script.Row table row descriptor
is not is not defined as a subitem specification and the getSubitem
method calls the descriptor. The table row descriptor must be specified
as a subitem specification.
Make sure that the com.rational.test.ft.script.Row
table descriptor is defined as a subitem specification so that the
getSubitem method can call it. Create a Row() object using the Row(SubItem)
contructor instead of another overriden constructor. The getSubitem()
call works only with a Row(SubItem) created object.