package spark
- Alphabetic
- Public
- All
Type Members
-
class
ErrorClassesJsonReader extends AnyRef
A reader to load error information from one or more JSON files.
A reader to load error information from one or more JSON files. Note that, if one error appears in more than one JSON files, the latter wins. Please read core/src/main/resources/error/README.md for more details.
- Annotations
- @DeveloperApi()
-
trait
QueryContext extends AnyRef
Query context of a
SparkThrowable.Query context of a
SparkThrowable. It helps users understand where error occur while executing queries.- Annotations
- @Evolving()
- Since
3.4.0
- class SparkException extends Exception with SparkThrowable
-
trait
SparkThrowable extends AnyRef
Interface mixed into Throwables thrown from Spark.
Interface mixed into Throwables thrown from Spark.
- For backwards compatibility, existing Throwable types can be thrown with an arbitrary error message with a null error class. See SparkException. - To promote standardization, Throwables should be thrown with an error class and message parameters to construct an error message with SparkThrowableHelper.getMessage(). New Throwable types should not accept arbitrary error messages. See SparkArithmeticException.
- Annotations
- @Evolving()
- Since
3.2.0
Value Members
- object SparkException extends Serializable