Package org.htmlunit
Class WebWindowNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.htmlunit.WebWindowNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class WebWindowNotFoundException extends java.lang.RuntimeException
Exception to indicate that noWebWindow
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 theWebWindow
that wasn't found.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the name of theWebWindow
that wasn't found.- Returns:
- the name
-
-