org.apache.spark.sql.catalyst.parser

Members list

Type members

Classlikes

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.

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

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all