Package-level declarations
Types
Link copied to clipboard
Default implementation of SparkExceptionHandler that will rethrow the throwable from spark.
Link copied to clipboard
A no-operation implementation of SparkExceptionHandler.
Link copied to clipboard
Implementations of this interface provide a centralized mechanism for dealing with errors and exceptions that may arise when using a Spark component in an unexpected way. This allows for custom error handling logic, such as log reporting for production or crash in development.