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 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.Methods 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 ValidityViolationsignals an error.protected ValidityViolationConstructors 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 voidIDConstraintChecker.reportError(ErrorInfo ei, String propKey, Object[] args) reports an error.protected voidIDConstraintChecker.reportError(Locator loc, ErrorInfo ei, String propKey, Object[] args)