Class TError

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TAssertionError, TLinkageError, TVirtualMachineError

public class TError extends TThrowable
See Also:
  • Constructor Details

    • TError

      public TError()
    • TError

      public TError(String message, TThrowable cause)
    • TError

      public TError(String message)
    • TError

      public TError(TThrowable cause)