Package com.bc.ceres.swing.binding
Interface BindingProblem
public interface BindingProblem
Represents a problem of a
Binding
which may occur
when transferring data from a Swing component into the the bound
Property
.- Since:
- Ceres 0.10
- Version:
- $Revision$ $Date$
-
Method Summary
-
Method Details
-
getBinding
Binding getBinding()- Returns:
- The binding which has (or had) this problem.
-
getCause
BindingException getCause()- Returns:
- The cause of the problem.
-