Class ErrorInfo

  • Direct Known Subclasses:
    ErrorInfo.BadText, ErrorInfo.ElementErrorInfo

    public abstract class ErrorInfo
    extends java.lang.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 Detail

      • ErrorInfo

        public ErrorInfo()