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 Details

    • getBinding

      Binding getBinding()
      Returns:
      The binding which has (or had) this problem.
    • getCause

      BindingException getCause()
      Returns:
      The cause of the problem.