com.sun.msv.verifier

Class ErrorInfo

public abstract class ErrorInfo extends Object

Instances of this class is attached to {@link 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.

Author: Kohsuke KAWAGUCHI

Nested Class Summary
static classErrorInfo.BadAttribute
Bad attribute.
static classErrorInfo.BadTagName
Bad tag name.
static classErrorInfo.BadText
Bad text.
abstract static classErrorInfo.ElementErrorInfo
Base class for element related errors.
static classErrorInfo.IncompleteContentModel
This error occurs when MSV sees an end tag unexpectedly.
static classErrorInfo.MissingAttribute
Missing attribute.