- All Implemented Interfaces:
- java.io.Serializable, java.lang.AutoCloseable, ErrorHandler<ErrorT,OutputT>
- Enclosing interface:
- ErrorHandler<ErrorT,OutputT extends POutput>
@Internal
public static class ErrorHandler.DefaultErrorHandler<ErrorT,OutputT extends POutput>
extends java.lang.Object
implements ErrorHandler<ErrorT,OutputT>
A default, placeholder error handler that exists to allow usage of .addErrorCollection()
without effects. This enables more simple codepaths without checking for whether the user
configured an error handler or not.
- See Also:
- Serialized Form