}
MethodBinding validator = getValidator();
if (validator != null) {
try {
validator.invoke(context,
new Object[] { context, this, newValue});
}
catch (EvaluationException ee) {
if (ee.getCause() instanceof ValidatorException) {
ValidatorException ve =