Generated by
JDiff

Class com.google.common.base.Throwables

Changed Methods
void propagateIfPossible(Throwable, Class<X>) Now deprecated.
Use a combination of {@link #throwIfInstanceOf} and {@link #throwIfUnchecked}, which togther provide the same behavior except that they reject {@code null}.
void propagateIfPossible(Throwable, Class<X1>, Class<X2>) Now deprecated.
Use a combination of two calls to {@link #throwIfInstanceOf} and one call to {@link #throwIfUnchecked}, which togther provide the same behavior except that they reject {@code null}.