Uses of Class
com.jk.core.exceptions.handler.JKExceptionHandlerInfo
Packages that use JKExceptionHandlerInfo
-
Uses of JKExceptionHandlerInfo in com.jk.core.exceptions.handler
Methods in com.jk.core.exceptions.handler that return JKExceptionHandlerInfoModifier and TypeMethodDescriptionJKExceptionHandlerFactory.getHandler
(Class<? extends Throwable> clas) This method gets a suitable exception handler depending on the specified throwable.<T extends Throwable>
JKExceptionHandlerInfoJKExceptionHandlerFactory.getHandler
(T t) This method gets a suitable exception handler depending on a custom throwable class object of typeT
.JKExceptionHandlerInfo.setException
(Throwable exception) This method gets aJKExceptionHandlerInfo
instance and specifies the exception.JKExceptionHandlerInfo.setExceptionClass
(Class<? extends Throwable> exceptionClass) This method gets aJKExceptionHandlerInfo
instance and specifies the exception class.JKExceptionHandlerInfo.setHandler
(JKExceptionHandler<?> handler) This method gets aJKExceptionHandlerInfo
instance and specifies the exception handler associated with it.