Class NoMatchingBindingSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.businesscode.bcdui.binding.exc.BindingException
-
- de.businesscode.bcdui.binding.exc.NoMatchingBindingSetException
-
- All Implemented Interfaces:
java.io.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:
Bindings.get(String, Collection)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMatchingBindingSetException(java.lang.String bindingSetName, java.util.Collection<java.lang.String> items, int size)
-