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: 2132 $
Author:
Mike Bowler
See Also:
Serialized Form

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

Returns:
See above

getAttributeName

public String getAttributeName()
Return the name of the attribute

Returns:
See above

getAttributeValue

public String getAttributeValue()
Return the value of the attribute

Returns:
See above


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