On this page
[Java] Class UncheckedThrow
- org.apache.groovy.internal.util.UncheckedThrow
@Incubating
public class UncheckedThrow
extends Object
Allows to throw a checked exception unchecked. INTERNAL USE ONLY.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public static void |
rethrow(Throwable checkedException) |
Inherited Methods Summary
Method Detail
public static void rethrow(Throwable checkedException)
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/apache/groovy/internal/util/UncheckedThrow.html