wt.container.batch
Class TransactionResult

java.lang.Object
  extended by wt.container.batch.TransactionResult
All Implemented Interfaces:
Serializable

public class TransactionResult
extends Object
implements Serializable

Class of object used to communicate exceptions to Assertions. Records the number of the assertion and the thrown exception.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
TransactionResult(int assertIndex, WTException exception)
          

Supported API: true
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionResult

public TransactionResult(int assertIndex,
                         WTException exception)


Supported API: true

Parameters:
assertIndex -
exception -