ParseException
org.apache.spark.sql.catalyst.parser.ParseException
class ParseException(message: String, cause: Throwable, errorClass: Option[String]) extends AnalysisException
Thrown when SQL text fails to parse on the server. Mirrors org.apache.spark.sql.catalyst.parser.ParseException; extends AnalysisException so existing catch { case e: AnalysisException => ... } handlers keep working.
Attributes
- Graph
-
- Supertypes
-
class AnalysisExceptionclass SparkExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
The Spark error class (e.g. TABLE_OR_VIEW_NOT_FOUND), if the server provided one.
The Spark error class (e.g. TABLE_OR_VIEW_NOT_FOUND), if the server provided one.
Attributes
- Inherited from:
- SparkException
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article