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:
Serializable
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 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmbiguousBindingSetException
-