Class BindingNotFoundException

All Implemented Interfaces:
Serializable

public class BindingNotFoundException extends BindingException
This exception is thrown when a BindingItem with the specified name cannot be found inside a specific BindingSet.
See Also:
  • Constructor Details

    • BindingNotFoundException

      public BindingNotFoundException(BindingSet binding, String bindingItemName)
    • BindingNotFoundException

      public BindingNotFoundException(String message)