Javadoc
This commit is contained in:
parent
f9e851690c
commit
1a45003b8b
|
@ -965,8 +965,7 @@ public class ExceptionUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests whether the cause of the specified {@link Throwable}
|
* Tests whether the specified {@link Throwable} is unchecked and throws it if so.
|
||||||
* should be thrown and does it if necessary.
|
|
||||||
*
|
*
|
||||||
* @param <T> The Throwable type.
|
* @param <T> The Throwable type.
|
||||||
* @param throwable the throwable to test and throw or return.
|
* @param throwable the throwable to test and throw or return.
|
||||||
|
|
Loading…
Reference in New Issue