Class ExceptionHandlersConfiguration

java.lang.Object
io.jmix.ui.exception.ExceptionHandlersConfiguration

@Deprecated public class ExceptionHandlersConfiguration extends Object
Deprecated.
DEPRECATED. Use only exception handlers defined as Spring beans.
  • Constructor Details

    • ExceptionHandlersConfiguration

      public ExceptionHandlersConfiguration()
      Deprecated.
  • Method Details

    • setHandlerClasses

      public void setHandlerClasses(List<String> list)
      Deprecated.
      Set the list of exception handler class names, usually from spring.xml.
      Parameters:
      list - list of class names
    • getHandlerClasses

      public List<Class> getHandlerClasses()
      Deprecated.
      Get the list of exception handler class names.
      Returns:
      list of class names