Interface ErrorHandler

All Superinterfaces:
java.util.function.Function<java.lang.Throwable,​java.util.Optional<ApiError>>
All Known Implementing Classes:
AbstractErrorHandler, CommonApiErrorHandler, CompositeErrorHandler, InternalServerHandler, InvalidJsonHandler

public interface ErrorHandler
extends java.util.function.Function<java.lang.Throwable,​java.util.Optional<ApiError>>
  • Method Summary

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose