|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
void propagateIfPossible(Throwable, |
Propagates {@code throwable} exactly as-is, if and only if it is an instance of RuntimeException, Error, or {@code declaredType}. |
void propagateIfPossible(Throwable, |
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, |
Propagates {@code throwable} exactly as-is, if and only if it is an instance of RuntimeException, Error, or {@code declaredType}. |
void propagateIfPossible(Throwable, |
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, |
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}. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |