net.sf.xmlmatcher.exc
Class MissingAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.xmlmatcher.exc.MatcherException
              extended by net.sf.xmlmatcher.exc.XMLMismatchException
                  extended by net.sf.xmlmatcher.exc.MissingAttributeException
All Implemented Interfaces:
java.io.Serializable

public final class MissingAttributeException
extends XMLMismatchException

Actual document is missing required attribute

See Also:
Serialized Form

Constructor Summary
MissingAttributeException(org.w3c.dom.Element template, org.w3c.dom.Element actual, org.w3c.dom.Attr attribute)
           
 
Method Summary
 java.lang.String getAttributeName()
           
 
Methods inherited from class net.sf.xmlmatcher.exc.XMLMismatchException
getActual, getActualPath, getMessage, getTemplate, getTemplatePath
 
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
 

Constructor Detail

MissingAttributeException

public MissingAttributeException(org.w3c.dom.Element template,
                                 org.w3c.dom.Element actual,
                                 org.w3c.dom.Attr attribute)
Method Detail

getAttributeName

public java.lang.String getAttributeName()


Copyright © 2007. All Rights Reserved.