Serialized Form

Class TET.TetException implements Serializable

Serialized Fields

tet_errno

int tet_errno
The value of tet_errno when this exception occurred.

errno

int errno
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

int tet_tcerrno
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

int tet_sderrno
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

int tet_xderrno
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

long syncpt
The sync point at which this exception occurred.

sync_state

SyncState[] sync_state
The state of synchronisation when this exception occurred.