java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----TET.TetException public class TetException extends Exception An exception thrown by a TestSession object. Variable Index errno The value of errno in native code when this exception occurred. Deprecated. sync_state The state of synchronisation when this exception occurred. syncpt The sync point at which this exception occurred. tet_errno The value of tet_errno when this exception occurred. tet_sderrno The value of tet_sderrno when this exception occurred. Deprecated. tet_tcerrno The value of tet_tcerrno when this exception occurred. Deprecated. tet_xderrno The value of tet_xderrno when this exception occurred. Deprecated. Variables tet_errno public int tet_errno The value of tet_errno when this exception occurred. errno public int errno Note: errno is deprecated. Not part of the published TETware API. The value of errno in native code when this exception occurred. Will always be intitialized to 0, since this is now deprecated. tet_tcerrno public int tet_tcerrno Note: tet_tcerrno is deprecated. Not part of the published TETware API. The value of tet_tcerrno when this exception occurred. Will always be initialized to 0, since this is now deprecated. tet_sderrno public int tet_sderrno Note: tet_sderrno is deprecated. Not part of the published TETware API. The value of tet_sderrno when this exception occurred. Will always be intitialized to 0, since this is now deprecated. tet_xderrno public int tet_xderrno Note: tet_xderrno is deprecated. Not part of the published TETware API. The value of tet_xderrno when this exception occurred. Will always be initialized to 0, since this is now deprecated. syncpt public long syncpt The sync point at which this exception occurred. sync_state public SyncState sync_state[] The state of synchronisation when this exception occurred. All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----TET.TetException
errno
tet_errno
tet_sderrno
tet_tcerrno
tet_xderrno
public int tet_errno
public int errno
public int tet_tcerrno
public int tet_sderrno
public int tet_xderrno
public long syncpt
public SyncState sync_state[]
Copyright © The Open Group 1995-2012, All Rights Reserved