Uses of Class
com.sun.msv.verifier.ErrorInfo
Packages that use ErrorInfo
Package
Description
Contains abstract model for grammar-based schema and
concrete verifier implementation for the abstract schema.
Verifier with XML Schema's identity constraint check.
-
Uses of ErrorInfo in com.sun.msv.verifier
Subclasses of ErrorInfo in com.sun.msv.verifierModifier 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.Fields in com.sun.msv.verifier declared as ErrorInfoMethods in com.sun.msv.verifier that return ErrorInfoModifier and TypeMethodDescriptionValidityViolation.getErrorInfo()
Gets the detailed error information, if any.Methods in com.sun.msv.verifier with parameters of type ErrorInfoModifier and TypeMethodDescriptionprotected ValidityViolation
signals an error.protected ValidityViolation
Constructors in com.sun.msv.verifier with parameters of type ErrorInfo -
Uses of ErrorInfo in com.sun.msv.verifier.identity
Methods in com.sun.msv.verifier.identity with parameters of type ErrorInfoModifier and TypeMethodDescriptionprotected void
IDConstraintChecker.reportError
(ErrorInfo ei, String propKey, Object[] args) reports an error.protected void
IDConstraintChecker.reportError
(Locator loc, ErrorInfo ei, String propKey, Object[] args)