Uses of Interface
spark.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in spark
Classes in spark that implement ExceptionHandlerMethods in spark with parameters of type ExceptionHandlerModifier and TypeMethodDescription<T extends Exception>
voidService.exception
(Class<T> exceptionClass, ExceptionHandler<? super T> handler) Maps an exception handler to be executed when an exception occurs during routingstatic <T extends Exception>
voidSpark.exception
(Class<T> exceptionClass, ExceptionHandler<? super T> handler) Maps an exception handler to be executed when an exception occurs during routing