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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Bad attribute.static class
Bad tag name.static class
Bad text.static class
Base class for element related errors.static class
This error occurs when MSV sees an end tag unexpectedly.static class
Missing attribute. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorInfo
public ErrorInfo()
-