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:
Serializable
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.
-
Constructor Summary
ConstructorsConstructorDescriptionNoMatchingBindingSetException
(String bindingSetName, Collection<String> items, int size) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoMatchingBindingSetException
-