Class NoSuchProcedureException

  • All Implemented Interfaces:
    java.io.Serializable, 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

        $lessinit$greater$default$2, $lessinit$greater$default$3, $lessinit$greater$default$4, $lessinit$greater$default$5, cause, getMessage, getSimpleMessage, line, message, plan, startPosition, withPosition
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuchProcedureException

        public NoSuchProcedureException​(org.apache.spark.sql.connector.catalog.Identifier ident)