Generated by
JDiff

Class com.google.common.base.Throwables

Removed Methods
void propagateIfPossible(Throwable, Class<X>) Propagates {@code throwable} exactly as-is, if and only if it is an instance of RuntimeException, Error, or {@code declaredType}.
void propagateIfPossible(Throwable, Class<X1>, Class<X2>) Propagates {@code throwable} exactly as-is, if and only if it is an instance of RuntimeException, Error, {@code declaredType1}, or {@code declaredType2}.
void propagateIfPossible(Throwable) Propagates {@code throwable} exactly as-is, if and only if it is an instance of RuntimeException or Error.
 

Added Methods
void propagateIfPossible(Throwable, Class<X>) Propagates {@code throwable} exactly as-is, if and only if it is an instance of RuntimeException, Error, or {@code declaredType}.
void propagateIfPossible(Throwable, Class<X1>, Class<X2>) Propagates {@code throwable} exactly as-is, if and only if it is an instance of RuntimeException, Error, {@code declaredType1}, or {@code declaredType2}.
void propagateIfPossible(Throwable) Propagates {@code throwable} exactly as-is, if and only if it is an instance of RuntimeException or Error.
 

Changed Methods
void propagateIfInstanceOf(Throwable, Class<X>) Change in signature from (Throwable, java.lang.Class) to (java.lang.Throwable, java.lang.Class).
Use {@link #throwIfInstanceOf}, which has the same behavior but rejects {@code null}.