public class XBOccurrencesException extends XBValidationException
Constructor and Description |
---|
XBOccurrencesException(int actual)
Report the number of actual occurrences found.
|
XBOccurrencesException(int actual,
java.lang.String name)
Report the number of actual occurrences found, with
some identifier for the object of interest.
|
public XBOccurrencesException(int actual)
actual
- public XBOccurrencesException(int actual, java.lang.String name)
actual
- The actual # of occurrences.name
- Identifies the item of interest.