Class EmptyBindingSetException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EmptyBindingSetException
    extends BindingException
    A binding exception thrown when a BindingSet does not contain any BindingItem.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyBindingSetException​(java.lang.String bindingItemName)  
    • 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

      • EmptyBindingSetException

        public EmptyBindingSetException​(java.lang.String bindingItemName)