Package net.sf.xmlmatcher.exc

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



Copyright © 2007. All Rights Reserved.