Home Corporate Contacts

TETware Java Documentation


All Packages Class Hierarchy This Package Previous Next Index

Class TET.TetException

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

 o errno
The value of errno in native code when this exception occurred. Deprecated.
 o sync_state
The state of synchronisation when this exception occurred.
 o syncpt
The sync point at which this exception occurred.
 o tet_errno
The value of tet_errno when this exception occurred.
 o tet_sderrno
The value of tet_sderrno when this exception occurred. Deprecated.
 o tet_tcerrno
The value of tet_tcerrno when this exception occurred. Deprecated.
 o tet_xderrno
The value of tet_xderrno when this exception occurred. Deprecated.

Variables

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

 o 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.

 o 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.

 o 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.

 o 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.

 o syncpt
 public long syncpt
The sync point at which this exception occurred.

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


All Packages Class Hierarchy This Package Previous Next Index

Home Contacts Legal Copyright Corporate News

Copyright © The Open Group 1995-2012, All Rights Reserved