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 TypeClassDescriptionclassJKDefaultExceptionHandler<T extends Throwable>This class represents the default exception handler class for the JK-Framework.classThis 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 TypeMethodDescriptionvoidJKExceptionHandlerFactory.setDefaultExceptionHandler(JKExceptionHandler defaultExceptionHandler) This method replaces the current default exception handler.voidJKExceptionHandlerFactory.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 aJKExceptionHandlerInfoinstance 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 TypeClassDescriptionclassThis class is an implementation of the JKExceptionHandler interface for handling exceptions in a web context.