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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.spark.SparkExceptionconstructMessageParams, getCondition, getMessageParameters, getQueryContext, internalError, internalError, internalError, internalError, internalError, mustOverrideOneMethodError, requireMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.spark.SparkThrowablegetBreakingChangeInfo, getDefaultMessageTemplate, getErrorClass, getSqlState, isInternalError
- 
Constructor Details- 
LoadTableException
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2) 
- 
toString
- 
name
- 
cause
 
-