Uses of Interface
io.helidon.webserver.jsonrpc.JsonRpcExceptionHandler
Packages that use JsonRpcExceptionHandler
-
Uses of JsonRpcExceptionHandler in io.helidon.webserver.jsonrpc
Methods in io.helidon.webserver.jsonrpc that return types with arguments of type JsonRpcExceptionHandlerModifier and TypeMethodDescriptionMap<Class<? extends Throwable>, JsonRpcExceptionHandler> JsonRpcHandlers.BuilderBase.exceptionMap()Return a map of throwable to exception handlers.Map<Class<? extends Throwable>, JsonRpcExceptionHandler> JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl.exceptionMap()Map<Class<? extends Throwable>, JsonRpcExceptionHandler> JsonRpcHandlers.exceptionMap()Return a map of throwable to exception handlers.Methods in io.helidon.webserver.jsonrpc with parameters of type JsonRpcExceptionHandlerModifier and TypeMethodDescriptionJsonRpcHandlers.BuilderBase.exception(Class<? extends Throwable> key, JsonRpcExceptionHandler exception) Return a map of throwable to exception handlers.Method parameters in io.helidon.webserver.jsonrpc with type arguments of type JsonRpcExceptionHandlerModifier and TypeMethodDescriptionJsonRpcHandlers.BuilderBase.addExceptionMap(Map<Class<? extends Throwable>, ? extends JsonRpcExceptionHandler> exceptionMap) Return a map of throwable to exception handlers.JsonRpcHandlers.BuilderBase.exceptionMap(Map<Class<? extends Throwable>, ? extends JsonRpcExceptionHandler> exceptionMap) Return a map of throwable to exception handlers.