Package com.bc.ceres.swing.binding
Interface BindingProblem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Binding
getBinding()
BindingException
getCause()
-
-
-
Method Detail
-
getBinding
Binding getBinding()
- Returns:
- The binding which has (or had) this problem.
-
getCause
BindingException getCause()
- Returns:
- The cause of the problem.
-
-