Package com.sun.msv.verifier
Class ErrorInfo
java.lang.Object
com.sun.msv.verifier.ErrorInfo
- Direct Known Subclasses:
ErrorInfo.BadText,ErrorInfo.ElementErrorInfo
Instances of this class is attached to
ValidityViolation to
provide detailed information about the error.
WARNING: error information is highly sensitive to the internal
change of MSV. A new subclass of ErrorInfo may be added, or
existing subclasses may be removed.
So your code that uses this information may be affected by
future changes of MSV.
- Author:
- Kohsuke KAWAGUCHI
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBad attribute.static classBad tag name.static classBad text.static classBase class for element related errors.static classThis error occurs when MSV sees an end tag unexpectedly.static classMissing attribute. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorInfo
public ErrorInfo()
-