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
  • Field Details

    • messages

      @Autowired protected Messages 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: AbstractUiExceptionHandler
      Perform exception handling.
      Specified by:
      doHandle in class AbstractUiExceptionHandler
      Parameters:
      className - actual exception class name
      message - exception message
      throwable - 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

      protected boolean isMessageFound(String key, String msg)