Package com.sun.msv.verifier
Class ErrorInfo
- java.lang.Object
-
- com.sun.msv.verifier.ErrorInfo
-
- Direct Known Subclasses:
ErrorInfo.BadText,ErrorInfo.ElementErrorInfo
public abstract class ErrorInfo extends java.lang.ObjectInstances of this class is attached toValidityViolationto provide detailed information about the error.WARNING: error information is highly sensitive to the internal change of MSV. A new subclass of
ErrorInfomay be added, or existing subclasses may be removed. So your code that uses this information may be affected by future changes of MSV.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classErrorInfo.BadAttributeBad attribute.static classErrorInfo.BadTagNameBad tag name.static classErrorInfo.BadTextBad text.static classErrorInfo.ElementErrorInfoBase class for element related errors.static classErrorInfo.IncompleteContentModelThis error occurs when MSV sees an end tag unexpectedly.static classErrorInfo.MissingAttributeMissing attribute.
-
Constructor Summary
Constructors Constructor Description ErrorInfo()
-