public interface ISAXErrorHandler extends ErrorHandler
ErrorHandler interface with chaining method.| Modifier and Type | Method and Description |
|---|---|
default ISAXErrorHandler |
andThen(ErrorHandler aOther)
Create a new combined error handler that first invoked this handler, and
afterwards the passed on.
|
error, fatalError, warning@Nonnull default ISAXErrorHandler andThen(@Nullable ErrorHandler aOther)
aOther - The other handler to use. May be null.null.Copyright © 2014–2023 Philip Helger. All rights reserved.