public class ExceptionFailure extends Object implements TaskFailedReason, scala.Product, scala.Serializable
Constructor and Description |
---|
ExceptionFailure(String className,
String description,
StackTraceElement[] stackTrace,
scala.Option<org.apache.spark.executor.TaskMetrics> metrics) |
Modifier and Type | Method and Description |
---|---|
String |
className() |
String |
description() |
scala.Option<org.apache.spark.executor.TaskMetrics> |
metrics() |
StackTraceElement[] |
stackTrace() |
String |
toErrorString()
Error message displayed in the web UI.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionFailure(String className, String description, StackTraceElement[] stackTrace, scala.Option<org.apache.spark.executor.TaskMetrics> metrics)
public String className()
public String description()
public StackTraceElement[] stackTrace()
public scala.Option<org.apache.spark.executor.TaskMetrics> metrics()
public String toErrorString()
TaskFailedReason
toErrorString
in interface TaskFailedReason