com.rational.test.ft

Class NestedException

    • Constructor Detail

      • NestedException

        public NestedException(java.lang.String message,
                               java.lang.String nestedExceptionName,
                               java.lang.String nestedExceptionMessage,
                               java.lang.String nestedStackTrace)
      • NestedException

        public NestedException(java.lang.String message)
      • NestedException

        public NestedException(java.lang.String message,
                               java.lang.Throwable e)
    • Method Detail

      • getNestedException

        public IRationalThrowable getNestedException()
        Returns the nested exception name.
        Since:
        RFT1.0
      • getNestedExceptionName

        public java.lang.String getNestedExceptionName()
        Returns the nested exception name.
        Since:
        RFT1.0
      • getNestedExceptionMessage

        public java.lang.String getNestedExceptionMessage()
        Returns the nested exception message.
        Since:
        RFT1.0
      • getNestedExceptionStackTrace

        public java.lang.String getNestedExceptionStackTrace()
        Returns the nested exception's stackTrace as a string.
        Since:
        RFT1.0
      • toString

        public java.lang.String toString()
        Returns a string describing the exception.
        Overrides:
        toString in class java.lang.Throwable
        Since:
        RFT1.0
      • setNestedException

        public void setNestedException(java.lang.Throwable e)
        Sets the nested exception.
        Since:
        RFT1.0