|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
TET.TetException
public class 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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |