Class QueryOrigin.ExceptionHelpers
Object
org.apache.spark.sql.pipelines.graph.QueryOrigin.ExceptionHelpers
- Enclosing class:
- QueryOrigin
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddOrigin(QueryOrigin origin) Storesorigininside the given throwable using suppressed exceptions.
- 
Constructor Details- 
ExceptionHelpers
 
- 
- 
Method Details- 
addOriginStoresorigininside 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)
 
 
-