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:
java.io.Serializable

public class WebWindowNotFoundException
extends java.lang.RuntimeException

Exception to indicate that no WebWindow could be found that matched a given name.

Version:
$Revision: 1.3 $
Author:
Mike Bowler
See Also:
Serialized Form

Constructor Summary
WebWindowNotFoundException(java.lang.String name)
 Create an instance
 
Method Summary
 java.lang.String getName()
 Return 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebWindowNotFoundException

public WebWindowNotFoundException(java.lang.String name)
Create an instance

Parameters:
name - The name that was searched by.
Method Detail

getName

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

Returns:
The name


Copyright © 2003-2016 AppPerfect Corporation. All Rights Reserved.