Class ThrowableCallStack.Snapshot

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ThrowableCallStack

    private static class ThrowableCallStack.Snapshot
    extends java.lang.Throwable
    A snapshot of a throwable.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Snapshot()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • timestamp

        private final long timestamp
    • Constructor Detail

      • Snapshot

        private Snapshot()