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

Method getException

src/org/apache/pig/tools/pigstats/JobStats.java:102–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100 public String getErrorMessage() { return errorMsg; }
101
102 public Exception getException() { return exception; }
103
104 public List<OutputStats> getOutputs() {
105 return Collections.unmodifiableList(outputs);

Callers 2

getJobsMethod · 0.95
executeBatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected