com.sun.msv.driver.textui
Class ReportErrorHandler
- ErrorHandler
public class ReportErrorHandler
implements ErrorHandler
ErrorHandler
that reports all errors and warnings.
SAX parse errors are also handled.
MSG_ERROR
public static final String MSG_ERROR
MSG_FATAL
public static final String MSG_FATAL
MSG_TOO_MANY_ERRORS
public static final String MSG_TOO_MANY_ERRORS
MSG_WARNING
public static final String MSG_WARNING
hadError
public boolean hadError
error
public void error(SAXParseException e)
throws SAXException
fatalError
public void fatalError(SAXParseException e)
throws SAXException
warning
public void warning(SAXParseException e)