Class ErrorInfo

java.lang.Object
com.sun.msv.verifier.ErrorInfo
Direct Known Subclasses:
ErrorInfo.BadText, ErrorInfo.ElementErrorInfo

public abstract class ErrorInfo extends Object
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.

  • Constructor Details

    • ErrorInfo

      public ErrorInfo()