Package org.apache.spark
Class ErrorSubInfo
Object
org.apache.spark.ErrorSubInfo
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
Information associated with an error subclass.
param: message Message format with optional placeholders (e.g. <parm>). The error message is constructed by concatenating the lines with newlines. param: breakingChangeInfo Additional metadata if the error is due to a breaking change.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorSubInfo
(scala.collection.immutable.Seq<String> message, scala.Option<BreakingChangeInfo> breakingChangeInfo) -
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, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
ErrorSubInfo
public ErrorSubInfo(scala.collection.immutable.Seq<String> message, scala.Option<BreakingChangeInfo> breakingChangeInfo)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
message
-
breakingChangeInfo
-
messageTemplate
-