File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/pages/learn/01_tutorial/04_mastering-the-api/02_invoke Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ The [`MethodHandles.catchException`](javadoc:MethodHandles.catchException(Method
258258wrap a given method handle inside a provided exception handler method handle.
259259
260260Say, we have a method ` problematicMethod ` that performs some business logic, and a method ` exceptionHandler ` that handles
261- a particular exception [ ` IllegalArgumentException ` ] ( javadoc:IllegalArgumentException ) . The exception handler method must
261+ a particular [ ` IllegalArgumentException ` ] ( javadoc:IllegalArgumentException ) . The exception handler method must
262262return the same type as the original method. The first argument it accepts is a ` Throwable ` that we're interested in,
263263after which follow the rest of the arguments that we've originally accepted:
264264
You can’t perform that action at this time.
0 commit comments