Package io.jmix.flowui.exception
Class SilentExceptionHandler
java.lang.Object
io.jmix.flowui.exception.AbstractUiExceptionHandler
io.jmix.flowui.exception.SilentExceptionHandler
- All Implemented Interfaces:
- UiExceptionHandler
@Component("flowui_SilentExceptionHandler")
@Order(900)
public class SilentExceptionHandler
extends AbstractUiExceptionHandler
- 
Field SummaryFields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandlerclassNames
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandlercanHandle, handle
- 
Constructor Details- 
SilentExceptionHandlerpublic SilentExceptionHandler()
 
- 
- 
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.
 
 
-