Uses of Interface
com.jk.core.exceptions.handler.JKExceptionHandler
Packages that use JKExceptionHandler
-
Uses of JKExceptionHandler in com.jk.core.exceptions.handler
Classes in com.jk.core.exceptions.handler that implement JKExceptionHandlerModifier and TypeClassDescriptionclass
JKDefaultExceptionHandler<T extends Throwable>
This class represents the default exception handler class for the JK-Framework.class
This class represents exception handler for unit testing purposes.Methods in com.jk.core.exceptions.handler that return JKExceptionHandlerModifier and TypeMethodDescriptionJKExceptionHandlerFactory.getDefaultHandler()
This method gets the default exception handler.JKExceptionHandlerInfo.getHandler()
This method gets the exception handler.Methods in com.jk.core.exceptions.handler with parameters of type JKExceptionHandlerModifier and TypeMethodDescriptionvoid
JKExceptionHandlerFactory.setDefaultExceptionHandler
(JKExceptionHandler defaultExceptionHandler) This method replaces the current default exception handler.void
JKExceptionHandlerFactory.setHandler
(Class<? extends Throwable> clas, JKExceptionHandler handler) This method adds the specified handler and its associated throwable to the list of handlers of this factory.JKExceptionHandlerInfo.setHandler
(JKExceptionHandler<?> handler) This method gets aJKExceptionHandlerInfo
instance and specifies the exception handler associated with it. -
Uses of JKExceptionHandler in com.jk.web.util
Classes in com.jk.web.util that implement JKExceptionHandlerModifier and TypeClassDescriptionclass
This class is an implementation of the JKExceptionHandler interface for handling exceptions in a web context.