Class AmbiguousBindingSetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AmbiguousBindingSetException
    extends BindingException
    This exception is thrown when the method Bindings.get(String) is called for a BindingSetGroup, because without the set of BindingItems to be selected the Bindings class cannot determine which BindingSet contained in the BindingSetGroup should be returned. Therefore the method Bindings.get(String, Collection) should be preferred.
    See Also:
    Bindings.get(String), Bindings.get(String, Collection), Serialized Form
    • 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

      • AmbiguousBindingSetException

        public AmbiguousBindingSetException​(java.lang.String bindingSetName,
                                            int size)