com.gargoylesoftware.htmlunit
Class WebWindowNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.htmlunit.WebWindowNotFoundException
- All Implemented Interfaces:
- Serializable
public class WebWindowNotFoundException
- extends RuntimeException
Exception to indicate that no WebWindow
could be found that matched
a given name.
- Version:
- $Revision: 5301 $
- Author:
- Mike Bowler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WebWindowNotFoundException
public WebWindowNotFoundException(String name)
- Creates an instance.
- Parameters:
name
- the name that was searched by
getName
public String getName()
- Returns the name of the
WebWindow
that wasn't found.
- Returns:
- the name
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.