spark_pipeline_framework.utilities.FriendlySparkException

Module Contents

exception spark_pipeline_framework.utilities.FriendlySparkException.FriendlySparkException(exception: Exception, stage_name: Optional[str], *args: Any, **kwargs: Any)

Bases: Exception

Common base class for all non-exit exceptions.

static get_errortext(text: str) str
static exception_summary() str