Class BindingSetNotFoundException

    • Constructor Detail

      • BindingSetNotFoundException

        public BindingSetNotFoundException​(String bindingSet)
        Constructs a new instance of this class with a detail message that contains the name of the BindingSet that was not found.
        Parameters:
        bindingSet - The name of the BindingSet that was not found.
    • Method Detail

      • bindingSet

        public String bindingSet()
        Returns the name of the BindingSet that was not found.
        Returns:
        The name of the BindingSet.