Interface ISAXErrorHandler

    • Method Detail

      • andThen

        @Nonnull
        default ISAXErrorHandler andThen​(@Nullable
                                         ErrorHandler aOther)
        Create a new combined error handler that first invoked this handler, and afterwards the passed on.
        Parameters:
        aOther - The other handler to use. May be null.
        Returns:
        Never null.