Uses of Class
spark.ExceptionHandlerImpl
-
Packages that use ExceptionHandlerImpl Package Description spark -
-
Uses of ExceptionHandlerImpl in spark
Fields in spark with type parameters of type ExceptionHandlerImpl Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends java.lang.Exception>,ExceptionHandlerImpl>
ExceptionMapper. exceptionMap
Holds a map of Exception classes and associated handlersMethods in spark that return ExceptionHandlerImpl Modifier and Type Method Description ExceptionHandlerImpl
ExceptionMapper. getHandler(java.lang.Class<? extends java.lang.Exception> exceptionClass)
Returns the handler associated with the provided exception classExceptionHandlerImpl
ExceptionMapper. getHandler(java.lang.Exception exception)
Returns the handler associated with the provided exception classMethods in spark with parameters of type ExceptionHandlerImpl Modifier and Type Method Description void
ExceptionMapper. map(java.lang.Class<? extends java.lang.Exception> exceptionClass, ExceptionHandlerImpl handler)
Maps the given handler to the provided exception type.
-