Class LoadTableException
Object
Throwable
Exception
org.apache.spark.SparkException
org.apache.spark.sql.pipelines.graph.LoadTableException
- All Implemented Interfaces:
Serializable
,SparkThrowable
,scala.Equals
,scala.Product
Exception raised when a flow fails to read from a table defined within the pipeline
param: name The name of the table param: cause The cause of the failure
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.spark.SparkException
constructMessageParams, getCondition, getMessageParameters, getQueryContext, internalError, internalError, internalError, internalError, internalError, require
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
Methods inherited from interface org.apache.spark.SparkThrowable
getErrorClass, getSqlState, isInternalError
-
Constructor Details
-
LoadTableException
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
name
-
cause
-