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 RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes