- 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