Class BindingNotFoundException

  • All Implemented Interfaces:
    java.io.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:
    BindingSet.get(String), Serialized Form
    • 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

      • BindingNotFoundException

        public BindingNotFoundException​(BindingSet binding,
                                        java.lang.String bindingItemName)
      • BindingNotFoundException

        public BindingNotFoundException​(java.lang.String message)