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}
|
||||
* should be thrown and does it if necessary.
|
||||
* Tests whether the specified {@link Throwable} is unchecked and throws it if so.
|
||||
*
|
||||
* @param <T> The Throwable type.
|
||||
* @param throwable the throwable to test and throw or return.
|
||||
|
|
Loading…
Reference in New Issue