Uses of Class
net.sf.xmlmatcher.exc.MatcherException

Packages that use MatcherException
net.sf.xmlmatcher   
net.sf.xmlmatcher.eq   
net.sf.xmlmatcher.exc   
net.sf.xmlmatcher.js   
net.sf.xmlmatcher.matcher   
net.sf.xmlmatcher.rex   
net.sf.xmlmatcher.strategy   
 

Uses of MatcherException in net.sf.xmlmatcher
 

Methods in net.sf.xmlmatcher that throw MatcherException
 void MatcherListener.afterMatch(org.w3c.dom.Element template, org.w3c.dom.Element actual)
          Called after matcher successfully matched two elements
 void MatcherListener.beforeMatch(org.w3c.dom.Element template, org.w3c.dom.Element actual)
          Called before matcher starts matching two elements
static void Main.main(java.lang.String[] args)
          Match two files specified by command line arguments
 void Matcher.match(org.w3c.dom.Element template, org.w3c.dom.Element actual)
          Compare two XML trees specified by given elements.
static void Main.match(org.w3c.dom.Element template, org.w3c.dom.Element actual)
          Match two given elements using default matcher configuration
static void Main.match(java.io.File template, java.io.File actual)
          Match two given files using default matcher configuration
static void Main.match(org.xml.sax.InputSource template, org.xml.sax.InputSource actual)
          Match two given input sources using default matcher configuration
static void Main.match(java.io.InputStream template, java.io.InputStream actual)
          Match two given input streams using default matcher configuration
 void MatchingStrategy.matchContent(org.w3c.dom.Element template, org.w3c.dom.Element actual, Matcher matcher)
           
 void MatcherChain.matchElements(org.w3c.dom.Element template, org.w3c.dom.Element actual)
           
 

Uses of MatcherException in net.sf.xmlmatcher.eq
 

Subclasses of MatcherException in net.sf.xmlmatcher.eq
 class EquValuesAreDifferentException
           
 

Uses of MatcherException in net.sf.xmlmatcher.exc
 

Subclasses of MatcherException in net.sf.xmlmatcher.exc
 class ActualValueIsNotANumberException
          Exception generated when the actual text cannot be parsed as number.
 class AttributeValueMismatchException
          Actual document has different value of an attribute
 class ElementTextRegexMismatchException
          Exception generated by RegExTextMatchingStrategy when the actual text does not match the supplied regular expression.
 class ElementTextWildcardMismatchException
          Exception generated by WildcardMatchingStrategy when the actual text does not match the supplied wildcard.
 class GenericTemplateProblemException
          Some kind of generic problem with template document
 class GenericXMLMismatchException
          Generic comparison faiure explained in given message
 class InvalidRegexPatternException
          Exception generated regex template text cannot be parsed as regular expression.
 class InvalidTemplateException
          Base class for all exception that report some problem with template
 class InvalidTimeOfDayException
          Exception generated when the actual text cannot be parsed as Time Of Day.
 class MissingAttributeException
          Actual document is missing required attribute
 class MissingElementsException
          Actual document is missing required elements
 class NumericValuesDifferException
          Exception generated by FloatingNumbersMatchingStrategy when the actual number does not match the supplied template number within specified tolerance.
 class TagNamesMismatchException
          Two elements that are supposed to match have different tag names (or namespaces).
 class TemplateAttrIsNotANumberException
          Exception generated when the template attribute cannot be parsed as number.
 class TemplateValueIsNotANumberException
          Exception generated when the template text cannot be parsed as number.
 class TextValuesDifferException
          Exception generated when the actual text does not match the supplied literal value.
 class TimeOfDayDifferException
          Exception generated when the actual time of day does not match the supplied template time within specified tolerance.
 class XMLMismatchException
          Generic base class for all exceptions that report some kind of mismatch between actual document and template.
 class XMLTextComparisonException
          Base exception class generated when the template text does not match the actual text.
 

Uses of MatcherException in net.sf.xmlmatcher.js
 

Subclasses of MatcherException in net.sf.xmlmatcher.js
 class InvalidXPathException
           
 class JsAssertionFailedException
           
 class XPathDoesNotExistException
           
 

Uses of MatcherException in net.sf.xmlmatcher.matcher
 

Methods in net.sf.xmlmatcher.matcher that throw MatcherException
 void ChaingedMatcherListener.afterMatch(org.w3c.dom.Element template, org.w3c.dom.Element actual)
           
 void ChaingedMatcherListener.beforeMatch(org.w3c.dom.Element template, org.w3c.dom.Element actual)
           
 void MatcherImpl.match(org.w3c.dom.Element template, org.w3c.dom.Element actual)
           
 void StrategyBasedMatcher.matchElements(org.w3c.dom.Element template, org.w3c.dom.Element actual)
          Match two XML trees specified by given elements.
abstract  void MatcherImpl.matchElements(org.w3c.dom.Element template, org.w3c.dom.Element actual)
          Compare two XML trees specified by given elements.
 

Uses of MatcherException in net.sf.xmlmatcher.rex
 

Subclasses of MatcherException in net.sf.xmlmatcher.rex
 class MissingContentException
          Actual input terminates unexpectedly
 class RexMismatchException
          Input does not match to Regex template
 class UnexpectedElementException
          Actual input contains unexpected element
 

Uses of MatcherException in net.sf.xmlmatcher.strategy
 

Methods in net.sf.xmlmatcher.strategy that throw MatcherException
 void ElementSetMatchingStrategy.matchContent(org.w3c.dom.Element template, org.w3c.dom.Element actual, Matcher matcher)
           
 void ElementSequenceMatchingStrategy.matchContent(org.w3c.dom.Element template, org.w3c.dom.Element actual, Matcher matcher)
           
 



Copyright © 2007. All Rights Reserved.