* @exception Collects and returns any Exceptions
* @returns Null on success, or a collection of Exceptions
*/
public ModelResult execute(Object source, Object target)
throws ModelException {
throw new ModelException(Messages.NOT_IMPLEMENTED_EXCEPTION);
}