Class BeanReferenceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BeanReferenceException
    extends ActivityContextParserException
    This exception will be thrown when cannot resolve reference to bean.

    Created: 2008. 01. 07 AM 3:35:55

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BeanReferenceException()
      Simple constructor.
      BeanReferenceException​(java.util.Set<java.lang.Object> brokenReferences)
      Constructor to create exception with a message.
    • Method Summary

      • 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

      • BeanReferenceException

        public BeanReferenceException()
        Simple constructor.
      • BeanReferenceException

        public BeanReferenceException​(java.util.Set<java.lang.Object> brokenReferences)
        Constructor to create exception with a message.
        Parameters:
        brokenReferences - the list of beans that can not find