class AnalysisException extends Exception with Serializable
Thrown when a query fails to analyze, usually because the query itself is invalid.
- Annotations
- @Stable()
- Source
- AnalysisException.scala
- Since
1.3.0
- Alphabetic
- By Inheritance
- AnalysisException
- Serializable
- Exception
- Throwable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
addSuppressed(arg0: Throwable): Unit
- Definition Classes
- Throwable
- val cause: Option[Throwable]
-
def
fillInStackTrace(): Throwable
- Definition Classes
- Throwable
-
def
getCause(): Throwable
- Definition Classes
- Throwable
-
def
getLocalizedMessage(): String
- Definition Classes
- Throwable
-
def
getMessage(): String
- Definition Classes
- AnalysisException → Throwable
- def getSimpleMessage: String
-
def
getStackTrace(): Array[StackTraceElement]
- Definition Classes
- Throwable
-
final
def
getSuppressed(): Array[Throwable]
- Definition Classes
- Throwable
-
def
initCause(arg0: Throwable): Throwable
- Definition Classes
- Throwable
- val line: Option[Int]
- val message: String
- val plan: Option[LogicalPlan]
-
def
printStackTrace(arg0: PrintWriter): Unit
- Definition Classes
- Throwable
-
def
printStackTrace(arg0: PrintStream): Unit
- Definition Classes
- Throwable
-
def
printStackTrace(): Unit
- Definition Classes
- Throwable
-
def
setStackTrace(arg0: Array[StackTraceElement]): Unit
- Definition Classes
- Throwable
- val startPosition: Option[Int]
-
def
toString(): String
- Definition Classes
- Throwable → AnyRef → Any
- def withPosition(line: Option[Int], startPosition: Option[Int]): AnalysisException