|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.container.batch.TransactionResult
Class of object used to communicate exceptions to Assertions. Records
the number of the assertion and the thrown exception.
Supported API: true
Extendable: false
Field Summary | |
private int |
assertionNumber
|
private static String |
CLASSNAME
|
private WTException |
exception
|
private static String |
RESOURCE
|
Constructor Summary | |
TransactionResult(int assertIndex,
WTException exception)
Supported API: true |
Method Summary | |
int |
getAssertionNumber()
Gets the value of the attribute: assertionNumber; The number of the assertion to which the server objected. |
WTException |
getException()
Gets the object for the association that plays role: exception. |
protected void |
setAssertionNumber(int a_AssertionNumber)
Sets the value of the attribute: assertionNumber; The number of the assertion to which the server objected. |
void |
setException(WTException a_Exception)
Sets the object for the association that plays role: exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private int assertionNumber
private WTException exception
Constructor Detail |
public TransactionResult(int assertIndex, WTException exception)
assertIndex
- exception
- Method Detail |
public int getAssertionNumber()
protected void setAssertionNumber(int a_AssertionNumber)
a_AssertionNumber
- public WTException getException()
public void setException(WTException a_Exception)
a_Exception
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |