Package org.htmlunit

Class WebWindowNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      WebWindowNotFoundException​(java.lang.String name)
      Creates an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the WebWindow that wasn't found.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WebWindowNotFoundException

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

      • getName

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