AmbiguousBindingSetException |
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.
|
BindingException |
The super class for binding-related exceptions.
|
BindingNotFoundException |
This exception is thrown when a BindingItem with the specified name
cannot be found inside a specific BindingSet.
|
BindingSetNotFoundException |
Indicates that there is no BindingSet or BindingSetGroup with the
specified name.
|
EmptyBindingSetException |
A binding exception thrown when a BindingSet does not contain any
BindingItem.
|
NoMatchingBindingSetException |
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.
|
SecurityMissingForBindingException |
this exception is thrown whenever operations related to binding security fails check due to missing
security configuration.
|