Class BindingNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.businesscode.bcdui.binding.exc.BindingException
-
- de.businesscode.bcdui.binding.exc.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
-
-
Constructor Summary
Constructors Constructor Description BindingNotFoundException(BindingSet binding, java.lang.String bindingItemName)
BindingNotFoundException(java.lang.String message)
-
-
-
Constructor Detail
-
BindingNotFoundException
public BindingNotFoundException(BindingSet binding, java.lang.String bindingItemName)
-
BindingNotFoundException
public BindingNotFoundException(java.lang.String message)
-
-