Generated by
JDiff

Class com.google.common.base.Throwables

Added Methods
List<StackTraceElement> lazyStackTrace(Throwable) Returns the stack trace of {@code throwable}, possibly providing slower iteration over the full trace but faster iteration over parts of the trace.
boolean lazyStackTraceIsLazy() Returns whether .lazyStackTrace will use the special implementation described in its documentation.