Uses of Class
com.sun.msv.verifier.ErrorInfo

Packages that use ErrorInfo
com.sun.msv.verifier Contains abstract model for grammar-based schema and concrete verifier implementation for the abstract schema. 
com.sun.msv.verifier.identity Verifier with XML Schema's identity constraint check. 
 

Uses of ErrorInfo in com.sun.msv.verifier
 

Subclasses of ErrorInfo in com.sun.msv.verifier
static class ErrorInfo.BadAttribute
          Bad attribute.
static class ErrorInfo.BadTagName
          Bad tag name.
static class ErrorInfo.BadText
          Bad text.
static class ErrorInfo.ElementErrorInfo
          Base class for element related errors.
static class ErrorInfo.IncompleteContentModel
          This error occurs when MSV sees an end tag unexpectedly.
static class ErrorInfo.MissingAttribute
          Missing attribute.
 

Methods in com.sun.msv.verifier that return ErrorInfo
 ErrorInfo ValidityViolation.getErrorInfo()
          Gets the detailed error information, if any.
 

Methods in com.sun.msv.verifier with parameters of type ErrorInfo
protected  ValidityViolation Verifier.onError(String msg, ErrorInfo ei)
           
protected  ValidityViolation Verifier.onError(StringRef ref, String defaultMsg, ErrorInfo ei)
          signals an error.
 

Constructors in com.sun.msv.verifier with parameters of type ErrorInfo
ValidityViolation(Locator loc, String msg, ErrorInfo ei)
           
 

Uses of ErrorInfo in com.sun.msv.verifier.identity
 

Methods in com.sun.msv.verifier.identity with parameters of type ErrorInfo
protected  void IDConstraintChecker.reportError(ErrorInfo ei, String propKey, Object[] args)
          reports an error.
protected  void IDConstraintChecker.reportError(Locator loc, ErrorInfo ei, String propKey, Object[] args)
           
 



MSV