Class NoSuchProcedureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.spark.sql.AnalysisException
-
- org.apache.spark.sql.catalyst.analysis.NoSuchProcedureException
-
- All Implemented Interfaces:
java.io.Serializable
,org.apache.spark.SparkThrowable
,scala.Serializable
public class NoSuchProcedureException extends org.apache.spark.sql.AnalysisException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchProcedureException(org.apache.spark.sql.connector.catalog.Identifier ident)
-
Method Summary
-
Methods inherited from class org.apache.spark.sql.AnalysisException
cause, copy, copy$default$1, copy$default$2, copy$default$3, copy$default$4, copy$default$5, copy$default$6, copy$default$7, errorClass, getErrorClass, getMessage, getSimpleMessage, getSqlState, isInternalError, line, message, messageParameters, plan, startPosition, withPosition
-
-