Uses of Class
spark.ExceptionHandlerImpl
Packages that use ExceptionHandlerImpl
-
Uses of ExceptionHandlerImpl in spark
Fields in spark with type parameters of type ExceptionHandlerImplModifier and TypeFieldDescriptionprivate Map
<Class<? extends Exception>, ExceptionHandlerImpl> ExceptionMapper.exceptionMap
Holds a map of Exception classes and associated handlersMethods in spark that return ExceptionHandlerImplModifier and TypeMethodDescriptionExceptionMapper.getHandler
(Class<? extends Exception> exceptionClass) Returns the handler associated with the provided exception classExceptionMapper.getHandler
(Exception exception) Returns the handler associated with the provided exception classMethods in spark with parameters of type ExceptionHandlerImplModifier and TypeMethodDescriptionvoid
ExceptionMapper.map
(Class<? extends Exception> exceptionClass, ExceptionHandlerImpl handler) Maps the given handler to the provided exception type.