Class ImeNotAvailableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImeNotAvailableException
    extends WebDriverException
    Indicates that IME support is not available. This exception is thrown for every IME-related method call if IME support is not available on the machine.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImeNotAvailableException

        public ImeNotAvailableException​(java.lang.String message)
      • ImeNotAvailableException

        public ImeNotAvailableException​(java.lang.String message,
                                        java.lang.Throwable cause)