IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft
Class UnregisteredObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.rational.test.ft.RationalTestException
                  extended by com.rational.test.ft.UnregisteredObjectException
All Implemented Interfaces:
IRationalThrowable, java.io.Serializable

public class UnregisteredObjectException
extends RationalTestException

Thrown when a TestObject method is called on an unregistered object. When an object reference is returned from a method, the object is automatically registered. This keeps the reference valid until it is explicitly unregistered. Once the object is unregistered, any TestObject containing the reference should no longer be used.

Since:
RFT1.0
See Also:
TestObject.unregister(), RationalTestScript.unregister(Object[]), RationalTestScript.getRegisteredTestObjects(), Serialized Form

Constructor Summary
UnregisteredObjectException()
           
UnregisteredObjectException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.rational.test.ft.RationalTestException
className, fillinCombinedStackTrace, getClassName, getContextDescription, getMessage, getReplacedExceptionMessage, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setContextDescription, setStackTraceString, stackTraceString, throwIt
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnregisteredObjectException

public UnregisteredObjectException()
Since:
RFT1.0

UnregisteredObjectException

public UnregisteredObjectException(java.lang.String message)
Since:
RFT1.0