Class TRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TArithmeticException, TArrayStoreException, TBufferOverflowException, TBufferOverflowException, TClassCastException, TConcurrentModificationException, TIllegalArgumentException, TIllegalMonitorStateException, TIndexOutOfBoundsException, TMissingResourceException, TNegativeArraySizeException, TNoSuchElementException, TNullPointerException, TSecurityException, TUnsupportedOperationException

public class TRuntimeException extends TException
See Also:
Serialized Form
  • Constructor Details

    • TRuntimeException

      public TRuntimeException()
    • TRuntimeException

      public TRuntimeException(String message, TThrowable cause)
    • TRuntimeException

      public TRuntimeException(String message)
    • TRuntimeException

      public TRuntimeException(TThrowable cause)