Package io.jmix.flowui.exception
Class DefaultUiExceptionHandler
java.lang.Object
io.jmix.flowui.exception.DefaultUiExceptionHandler
- All Implemented Interfaces:
 org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Component("flowui_DefaultExceptionHandler")
public class DefaultUiExceptionHandler
extends Object
implements org.springframework.context.ApplicationContextAware
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected List<ExceptionDialogProvider> - 
Constructor Summary
ConstructorsConstructorDescriptionDefaultUiExceptionHandler(List<ExceptionDialogProvider> exceptionDialogProviders)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected ExceptionDialoggetDefaultExceptionDialog(Throwable throwable) protected ExceptionDialoggetExceptionDialog(Throwable throwable) booleanprotected voidopenExceptionDialog(Throwable throwable) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)  
- 
Field Details
- 
applicationContext
protected org.springframework.context.ApplicationContext applicationContext - 
exceptionDialogProviders
 
 - 
 - 
Constructor Details
- 
DefaultUiExceptionHandler
public DefaultUiExceptionHandler(@Autowired(required=false) List<ExceptionDialogProvider> exceptionDialogProviders)  
 - 
 - 
Method Details
- 
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
 setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
 org.springframework.beans.BeansException
 - 
handle
 - 
openExceptionDialog
 - 
getExceptionDialog
 - 
getDefaultExceptionDialog
 
 -