|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--TET.TetException
An exception thrown by a TestSession object.
| Field Summary | |
int |
errno
Deprecated. Not part of the published TETware API. |
SyncState[] |
sync_state
The state of synchronisation when this exception occurred. |
long |
syncpt
The sync point at which this exception occurred. |
int |
tet_errno
The value of tet_errno when this exception occurred. |
int |
tet_sderrno
Deprecated. Not part of the published TETware API. |
int |
tet_tcerrno
Deprecated. Not part of the published TETware API. |
int |
tet_xderrno
Deprecated. Not part of the published TETware API. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int tet_errno
tet_errno when this exception occurred.public int errno
errno in native code when this exception
occurred. Will always be intitialized to 0, since this is now
deprecated.public int tet_tcerrno
tet_tcerrno when this exception occurred.
Will always be initialized to 0, since this is now deprecated.public int tet_sderrno
tet_sderrno when this exception occurred.
Will always be intitialized to 0, since this is now deprecated.public int tet_xderrno
tet_xderrno when this exception occurred.
Will always be initialized to 0, since this is now deprecated.public long syncpt
public SyncState[] sync_state
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||