Class FormComponentTypeMismatchException

All Implemented Interfaces:
Serializable

public class FormComponentTypeMismatchException extends InstallerTestException
Thrown when a typed form component accessor (e.g. textField(id)) finds a form component with the requested id but of an incompatible class.
See Also:
  • Constructor Details

    • FormComponentTypeMismatchException

      public FormComponentTypeMismatchException(String message)