Class BeanNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      BeanNotFoundException​(java.lang.Class<?> type)
      Instantiates a new BeanNotFoundException.
      BeanNotFoundException​(java.lang.String beanId)
      Instantiates a new BeanNotFoundException.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getBeanId()
      Gets the bean id.
      java.lang.Class<?> getBeanType()
      Gets the required type.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BeanNotFoundException

        public BeanNotFoundException​(java.lang.String beanId)
        Instantiates a new BeanNotFoundException.
        Parameters:
        beanId - the bean id
      • BeanNotFoundException

        public BeanNotFoundException​(java.lang.Class<?> type)
        Instantiates a new BeanNotFoundException.
        Parameters:
        type - the required type
    • Method Detail

      • getBeanId

        public java.lang.String getBeanId()
        Gets the bean id.
        Returns:
        the bean id
      • getBeanType

        public java.lang.Class<?> getBeanType()
        Gets the required type.
        Returns:
        the required type