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 the TET.TestSession.


Variable Index

 o errno
The value of errno when this exception occurred.
 o sync_state
The state of synchronization 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.
 o tet_tcerrno
The value of tet_tcerrno when this exception occurred.
 o tet_xderrno
The value of tet_xderrno when this exception occurred.

Method Index

 o toString()
Return the string representation of this exception.

Variables

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

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

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

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

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

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

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

Methods

 o toString
 public String toString()
Return the string representation of this exception.

Returns:
the string representation of this exception.
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index