Class QueryOrigin.ExceptionHelpers
Object
org.apache.spark.sql.pipelines.graph.QueryOrigin.ExceptionHelpers
- Enclosing class:
- QueryOrigin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOrigin
(QueryOrigin origin) Storesorigin
inside the given throwable using suppressed exceptions.
-
Constructor Details
-
ExceptionHelpers
-
-
Method Details
-
addOrigin
Storesorigin
inside the given throwable using suppressed exceptions.We rely on suppressed exceptions since that lets us preserve the original exception class and type.
- Parameters:
origin
- (undocumented)- Returns:
- (undocumented)
-