com.rational.test.ft

Class CoordinateOnWrongObjectException

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


    public class CoordinateOnWrongObjectException
    extends RationalTestException
    Thrown when a coordinate-based click on an object clicks on the wrong object. Because a proxy typically constrains the coordinate to remain within its boundary, this exception occurs when the wrong object overlaps the correct object.
    Since:
    RFT1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • CoordinateOnWrongObjectException

        public CoordinateOnWrongObjectException(java.awt.Point pointWithinObject)
      • CoordinateOnWrongObjectException

        public CoordinateOnWrongObjectException(java.lang.String pointWithinObject)