com.gargoylesoftware.htmlunit
Class ElementNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gargoylesoftware.htmlunit.ElementNotFoundException
All Implemented Interfaces:
Serializable

public class ElementNotFoundException
extends RuntimeException

An exception that is thrown when a specified XML element cannot be found in the DOM model.

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

Constructor Summary
ElementNotFoundException(String elementName, String attributeName, String attributeValue)
          Creates an instance from the variables that were used to search for the XML element.
 
Method Summary
 String getAttributeName()
          Returns the name of the attribute.
 String getAttributeValue()
          Returns the value of the attribute.
 String getElementName()
          Returns the name of the element.
 
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

ElementNotFoundException

public ElementNotFoundException(String elementName,
                                String attributeName,
                                String attributeValue)
Creates an instance from the variables that were used to search for the XML element.

Parameters:
elementName - the name of the element
attributeName - the name of the attribute
attributeValue - the value of the attribute
Method Detail

getElementName

public String getElementName()
Returns the name of the element.

Returns:
the name of the element

getAttributeName

public String getAttributeName()
Returns the name of the attribute.

Returns:
the name of the attribute

getAttributeValue

public String getAttributeValue()
Returns the value of the attribute.

Returns:
the value of the attribute


Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.