Class Utils.OriginalTryStackTraceException

Object
Throwable
Exception
org.apache.spark.util.Utils.OriginalTryStackTraceException
All Implemented Interfaces:
Serializable
Enclosing class:
Utils

public static class Utils.OriginalTryStackTraceException extends Exception
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 Details

    • OriginalTryStackTraceException

      public OriginalTryStackTraceException()