Class NoMatchingBindingSetException

All Implemented Interfaces:
Serializable

public class NoMatchingBindingSetException extends BindingException
An exception thrown by the method Bindings.get(String, Collection) if the specified BindingSet does not contain all of the BindingItems or if the BindingSetGroup does not provide any BindingSet containing all BindingItems.
See Also:
  • Constructor Details

    • NoMatchingBindingSetException

      public NoMatchingBindingSetException(String bindingSetName, Collection<String> items, int size)