net.sf.xmlmatcher.exc
Class AttributeValueMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.xmlmatcher.exc.MatcherException
net.sf.xmlmatcher.exc.XMLMismatchException
net.sf.xmlmatcher.exc.AttributeValueMismatchException
- All Implemented Interfaces:
- java.io.Serializable
public final class AttributeValueMismatchException
- extends XMLMismatchException
Actual document has different value of an attribute
- See Also:
- Serialized Form
Constructor Summary |
AttributeValueMismatchException(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String attributeName,
java.lang.String templateValue,
java.lang.String actualValue)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AttributeValueMismatchException
public AttributeValueMismatchException(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.lang.String attributeName,
java.lang.String templateValue,
java.lang.String actualValue)
getAttributeName
public java.lang.String getAttributeName()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class XMLMismatchException
Copyright © 2007. All Rights Reserved.