Class AmbiguousBindingSetException

All Implemented Interfaces:
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:
  • Constructor Details

    • AmbiguousBindingSetException

      public AmbiguousBindingSetException(String bindingSetName, int size)