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) Storesorigininside the given throwable using suppressed exceptions. 
- 
Constructor Details
- 
ExceptionHelpers
 
 - 
 - 
Method Details
- 
addOrigin
Storesorigininside 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)
 
 
 -