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

Method getErrorThrowable

src/org/apache/pig/tools/pigstats/PigStats.java:108–110  ·  view source on GitHub ↗

Returns the error code of PigException

()

Source from the content-addressed store, hash-verified

106 * Returns the error code of {@link PigException}
107 */
108 public Throwable getErrorThrowable() {
109 return errorThrowable;
110 }
111
112 @Deprecated
113 public abstract JobClient getJobClient();

Calls

no outgoing calls