Package org.htmlunit

Class WebWindowNotFoundException

All Implemented Interfaces:
Serializable

public class WebWindowNotFoundException extends RuntimeException
Exception to indicate that no WebWindow could be found that matched a given name.
See Also:
  • Constructor Details

    • WebWindowNotFoundException

      public WebWindowNotFoundException(String name)
      Creates an instance.
      Parameters:
      name - the name that was searched by
  • Method Details

    • getName

      public String getName()
      Returns the name of the WebWindow that wasn't found.
      Returns:
      the name