Package io.jmix.flowui.exception
Class FileNotExistsExceptionHandler
java.lang.Object
io.jmix.flowui.exception.AbstractUiExceptionHandler
io.jmix.flowui.exception.FileNotExistsExceptionHandler
- All Implemented Interfaces:
- UiExceptionHandler
- 
Field SummaryFields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandlerclassNames
- 
Constructor SummaryConstructorsConstructorDescriptionFileNotExistsExceptionHandler(Notifications notifications, Messages messages) 
- 
Method SummaryMethods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandlercanHandle, handle
- 
Constructor Details- 
FileNotExistsExceptionHandler
 
- 
- 
Method Details- 
doHandleDescription copied from class:AbstractUiExceptionHandlerPerform exception handling.- Specified by:
- doHandlein 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.
 
 
-