Package org.apache.spark
Class ErrorSubInfo
Object
org.apache.spark.ErrorSubInfo
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
Information associated with an error subclass.
param: message C-style message format compatible with printf. The error message is constructed by concatenating the lines with newlines.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
ErrorSubInfo
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
message
-
messageTemplate
-