Package io.jmix.webdavui.exception
Class WebdavExceptionHandler
java.lang.Object
io.jmix.ui.exception.AbstractUiExceptionHandler
io.jmix.webdavui.exception.WebdavExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
@UIScope
@Component("webdav_WebdavExceptionHandler")
public class WebdavExceptionHandler
extends AbstractUiExceptionHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.exception.UiExceptionHandler
UiExceptionHandler.UiContext -
Field Summary
FieldsFields inherited from class io.jmix.ui.exception.AbstractUiExceptionHandler
classNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoHandle(String className, String message, Throwable throwable, UiExceptionHandler.UiContext context) Perform exception handling.protected booleanisMessageFound(String key, String msg) Methods inherited from class io.jmix.ui.exception.AbstractUiExceptionHandler
canHandle, handle
-
Field Details
-
messages
-
-
Constructor Details
-
WebdavExceptionHandler
public WebdavExceptionHandler()
-
-
Method Details
-
doHandle
protected void doHandle(String className, String message, @Nullable Throwable throwable, UiExceptionHandler.UiContext context) Description copied from class:AbstractUiExceptionHandlerPerform exception handling.- Specified by:
doHandlein classAbstractUiExceptionHandler- Parameters:
className- actual exception class namemessage- exception messagethrowable- exception instance. Can be null if the exception occurred on the server side and this exception class isn't accessible by the client.context- UI context
-
isMessageFound
-