Revision 11524 branches/v10/extensions/extExpressionField/src/com/iver/cit/gvsig/project/documents/table/operators/FieldCopy.java

View differences:

FieldCopy.java
5 5
import org.apache.bsf.BSFException;
6 6
import org.apache.bsf.BSFManager;
7 7

  
8
import bsh.EvalError;
9 8

  
10 9
import com.hardcode.gdbms.engine.data.driver.DriverException;
11 10
import com.hardcode.gdbms.engine.values.BooleanValue;
......
52 51
				return value.toString();
53 52
			}
54 53
		} catch (DriverException e) {
55
			new EvalError(e.getMessage(),null,null);
54
			throw new RuntimeException(e.getMessage());
56 55
		}
57
		return null;
58 56
	}
59 57
	public String toString() {
60 58
		return "["+fd.getFieldAlias()+"]";

Also available in: Unified diff