msg = Val.chkStr(exception.toString());
}
this.exceptions.add(msg);
if (msgBroker != null) {
if (exception instanceof ValidationException) {
ValidationException ve = (ValidationException)exception;
ve.getValidationErrors().buildMessages(msgBroker,this.exceptions,true);
}
}
}
}