net.sf.xmlmatcher.rex
Class UnexpectedElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.xmlmatcher.exc.MatcherException
net.sf.xmlmatcher.exc.XMLMismatchException
net.sf.xmlmatcher.rex.RexMismatchException
net.sf.xmlmatcher.rex.UnexpectedElementException
- All Implemented Interfaces:
- java.io.Serializable
public final class UnexpectedElementException
- extends RexMismatchException
Actual input contains unexpected element
- See Also:
- Serialized Form
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 |
UnexpectedElementException
public UnexpectedElementException(org.w3c.dom.Element template,
org.w3c.dom.Element actual,
java.util.List<Position> candidates)
UnexpectedElementException
public UnexpectedElementException(org.w3c.dom.Element template,
org.w3c.dom.Element actual)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class XMLMismatchException
Copyright © 2007. All Rights Reserved.