Class NoUniqueBeanException

All Implemented Interfaces:
Serializable

public class NoUniqueBeanException extends BeanException
The Class NoUniqueBeanException.
See Also:
  • Constructor Details

    • NoUniqueBeanException

      public NoUniqueBeanException(Class<?> type, @NonNull BeanRule[] beanRules)
      Instantiates a new NoUniqueBeanException.
      Parameters:
      type - the required type of the missing bean
      beanRules - the bean rules
  • Method Details

    • getType

      public Class<?> getType()
      Returns the type required type of the missing bean.
      Returns:
      the required type
    • getBeanRules

      public BeanRule[] getBeanRules()
      Gets the bean rules.
      Returns:
      the bean rules
    • getBeanDescriptions

      public static String getBeanDescriptions(@NonNull BeanRule[] beanRules)