Class ErrorHandlerImpl

  • All Implemented Interfaces:
    ErrorHandler

    public class ErrorHandlerImpl
    extends Object
    implements ErrorHandler
    default implementation of ErrorHandler. If an error is found, this implementation will throw it as an exception so that no further processing of the document will be performed.

    All warnings are ignored.

    Author:
    Kohsuke KAWAGUCHI