Package io.jmix.webdavflowui.exception
Class WebdavExceptionHandler
java.lang.Object
io.jmix.flowui.exception.AbstractUiExceptionHandler
io.jmix.webdavflowui.exception.WebdavExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
@Component("webdav_WebdavExceptionHandler")
public class WebdavExceptionHandler
extends AbstractUiExceptionHandler
-
Field Summary
Fields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
classNames
-
Constructor Summary
-
Method Summary
Methods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
canHandle, handle
-
Field Details
-
messages
-
notifications
-
-
Constructor Details
-
WebdavExceptionHandler
public WebdavExceptionHandler()
-
-
Method Details
-
doHandle
Description copied from class:AbstractUiExceptionHandler
Perform exception handling.- Specified by:
doHandle
in 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.
-
isMessageFound
-