- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- XBConsVioException, XBInvalidLengthException, XBNumberFormatException, XBOccurrencesException, XBPatternViolation, XBSetDuplicateException, XBUnexpectedElementException
public class XBValidationException
extends XBException
All exceptions related to XML Schema validation are subclasses of this class.
This is particularly useful in decoding unions; if we fail to
validate against one memberType, we may try the next memberType, but a
failure of some other kind should result in failure.
- See Also:
- Serialized Form