Class NoSuchBeanTypeException

All Implemented Interfaces:
Serializable

public class NoSuchBeanTypeException extends NoSuchBeanException
A runtime exception if a given bean type could not be found in the Registry
See Also:
  • Constructor Details

    • NoSuchBeanTypeException

      public NoSuchBeanTypeException(Class<?> type)
    • NoSuchBeanTypeException

      public NoSuchBeanTypeException(Class<?> type, int size)