Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add ExceptionUtils.throwableOfType(Throwable, Class<?>) and friends:
- throwableOfThrowable(Throwable, Class<T>)
- throwableOfThrowable(Throwable, Class<T>, int)
- throwableOfType(Throwable, Class<T>)
- throwableOfType(Throwable, Class<T>, int)
These are the missing siblings of the existing method ExceptionUtils.indexOfType(Throwable, Class<?>) and friends.