Package org.apache.spark.sql.exceptions
Class SqlScriptingException
- All Implemented Interfaces:
Serializable
,SparkThrowable
- See Also:
-
Constructor Summary
ConstructorDescriptionSqlScriptingException
(String errorClass, Throwable cause, org.apache.spark.sql.catalyst.trees.Origin origin, scala.collection.immutable.Map<String, String> messageParameters) -
Method Summary
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 org.apache.spark.SparkThrowable
getQueryContext, getSqlState, isInternalError
-
Constructor Details
-
SqlScriptingException
-
-
Method Details
-
origin
public org.apache.spark.sql.catalyst.trees.Origin origin() -
getErrorClass
- Specified by:
getErrorClass
in interfaceSparkThrowable
-
getMessageParameters
- Specified by:
getMessageParameters
in interfaceSparkThrowable
-