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. exceptionMapHolds a map of Exception classes and associated handlersMethods in spark that return ExceptionHandlerImpl Modifier and Type Method Description ExceptionHandlerImplExceptionMapper. getHandler(java.lang.Class<? extends java.lang.Exception> exceptionClass)Returns the handler associated with the provided exception classExceptionHandlerImplExceptionMapper. 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 voidExceptionMapper. map(java.lang.Class<? extends java.lang.Exception> exceptionClass, ExceptionHandlerImpl handler)Maps the given handler to the provided exception type.
-