Package io.jmix.ui.exception
Class ExceptionHandlersConfiguration
java.lang.Object
io.jmix.ui.exception.ExceptionHandlersConfiguration
Deprecated.
DEPRECATED. Use only exception handlers defined as Spring beans.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the list of exception handler class names.voidsetHandlerClasses(List<String> list) Deprecated.Set the list of exception handler class names, usually from spring.xml. 
- 
Constructor Details
- 
ExceptionHandlersConfiguration
public ExceptionHandlersConfiguration()Deprecated. 
 - 
 - 
Method Details
- 
setHandlerClasses
Deprecated.Set the list of exception handler class names, usually from spring.xml.- Parameters:
 list- list of class names
 - 
getHandlerClasses
Deprecated.Get the list of exception handler class names.- Returns:
 - list of class names
 
 
 -