public class ElementNotFoundException extends RuntimeException
Constructor and Description |
---|
ElementNotFoundException(String elementName,
String attributeName,
String attributeValue)
Create an instance from the variables that were used to search for the xml element
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Return the name of the attribute
|
String |
getAttributeValue()
Return the value of the attribute
|
String |
getElementName()
Return the name of the element
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ElementNotFoundException(String elementName, String attributeName, String attributeValue)
elementName
- The name of the elementattributeName
- The name of the attributeattributeValue
- The value of the attributepublic String getElementName()
public String getAttributeName()
public String getAttributeValue()
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.