TET
Class TetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byTET.TetException
All Implemented Interfaces:
java.io.Serializable

public class TetException
extends java.lang.Exception

An exception thrown by a TestSession object.

See Also:
Serialized Form

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, 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

tet_errno

public int tet_errno
The value of tet_errno when this exception occurred.


errno

public 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

public 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

public 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

public 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

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.