Uses of Interface
spark.ExceptionHandler
-
Packages that use ExceptionHandler Package Description spark -
-
Uses of ExceptionHandler in spark
Classes in spark that implement ExceptionHandler Modifier and Type Class Description class
ExceptionHandlerImpl<T extends java.lang.Exception>
Methods in spark with parameters of type ExceptionHandler Modifier and Type Method Description <T extends java.lang.Exception>
voidService. exception(java.lang.Class<T> exceptionClass, ExceptionHandler<? super T> handler)
Maps an exception handler to be executed when an exception occurs during routingstatic <T extends java.lang.Exception>
voidSpark. exception(java.lang.Class<T> exceptionClass, ExceptionHandler<? super T> handler)
Maps an exception handler to be executed when an exception occurs during routing
-