|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.htmlunit.ElementNotFoundException
public class ElementNotFoundException
An exception that is thrown when a specified xml element cannot be found in the dom model
Constructor Summary | |
---|---|
ElementNotFoundException(java.lang.String elementName,
java.lang.String attributeName,
java.lang.String attributeValue)
Create an instance from the variables that were used to search for the xml element |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Return the name of the attribute |
java.lang.String |
getAttributeValue()
Return the value of the attribute |
java.lang.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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementNotFoundException(java.lang.String elementName, java.lang.String attributeName, java.lang.String attributeValue)
elementName
- The name of the elementattributeName
- The name of the attributeattributeValue
- The value of the attributeMethod Detail |
---|
public java.lang.String getAttributeName()
public java.lang.String getAttributeValue()
public java.lang.String getElementName()
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |