Package org.htmlunit
Class WebWindowNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.htmlunit.WebWindowNotFoundException
- All Implemented Interfaces:
Serializable
Exception to indicate that no
WebWindow
could be found that matched
a given name.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebWindowNotFoundException
Creates an instance.- Parameters:
name
- the name that was searched by
-
-
Method Details
-
getName
Returns the name of theWebWindow
that wasn't found.- Returns:
- the name
-