Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoMatchingBindingSetException

        public NoMatchingBindingSetException​(java.lang.String bindingSetName,
                                             java.util.Collection<java.lang.String> items,
                                             int size)