Package org.apache.spark.util
Class Utils.OriginalTryStackTraceException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Utils
Exception used to preserve the original stacktrace before stitching. On subsequent accesses
(not the first), this is added as a suppressed exception to show where the error originally
occurred.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OriginalTryStackTraceException
public OriginalTryStackTraceException()
-