org.apache.spark
package org.apache.spark
Members list
Type members
Classlikes
class SparkException(message: String, cause: Throwable, val errorClass: Option[String]) extends RuntimeException
The base type for errors raised by the Spark Connect server and surfaced to the client.
The base type for errors raised by the Spark Connect server and surfaced to the client.
Server-side failures arrive over gRPC; the client translates them into this hierarchy so callers catch familiar Spark exceptions (SparkException, AnalysisException, ParseException) carrying the server's original message and error class, rather than a raw io.grpc.StatusRuntimeException.
Attributes
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class AnalysisExceptionclass ParseException
In this article