com.rational.test.ft

Class UnsupportedAnchorException

  • All Implemented Interfaces:
    IRationalThrowable, java.io.Serializable


    public class UnsupportedAnchorException
    extends RationalTestException
    Thrown when a TestObject is anchored by another TestObject that is unrelated to it. An Anchor is specified in script commands to define the context for the find support of the associated TestObject. If a direct relationship between the TestObjects cannot be determined, this exception is thrown.
    Since:
    RFT1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedAnchorException

        public UnsupportedAnchorException(java.lang.String message)