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
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods 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
-