Package org.apache.spark.sql.exceptions
Class SqlScriptingException
- All Implemented Interfaces:
Serializable,SparkThrowable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqlScriptingException(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, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getErrorClassin interfaceSparkThrowable
-
getMessageParameters
- Specified by:
getMessageParametersin interfaceSparkThrowable
-