com.gargoylesoftware.htmlunit
Class WebWindowNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
WebWindowNotFoundException(String name)
          Creates an instance.
 
Method Summary
 String getName()
          Returns the name of the WebWindow that wasn't found.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String name)
Creates an instance.

Parameters:
name - the name that was searched by
Method Detail

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.