Package com.bc.ceres.swing.binding
Interface BindingProblem
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BindinggetBinding()BindingExceptiongetCause()
 
- 
- 
- 
Method Detail- 
getBindingBinding getBinding() - Returns:
- The binding which has (or had) this problem.
 
 - 
getCauseBindingException getCause() - Returns:
- The cause of the problem.
 
 
- 
 
-