Class AmbiguousBindingSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.businesscode.bcdui.binding.exc.BindingException
-
- de.businesscode.bcdui.binding.exc.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.
-
-
Constructor Summary
Constructors Constructor Description AmbiguousBindingSetException(java.lang.String bindingSetName, int size)
-