MCPcopy Create free account
hub / github.com/apache/pig / setAndCatch

Method setAndCatch

src/org/apache/pig/data/SchemaTuple.java:938–944  ·  view source on GitHub ↗
(Tuple t)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected