(Tuple t)
| 936 | } |
| 937 | |
| 938 | public void setAndCatch(Tuple t) { |
| 939 | try { |
| 940 | set(t); |
| 941 | } catch (ExecException e) { |
| 942 | throw new RuntimeException("Unable to set position with Tuple: " + t, e); |
| 943 | } |
| 944 | } |
| 945 | |
| 946 | public void setAndCatch(SchemaTuple<?> t) { |
| 947 | try { |