[Java] Class UncheckedThrow

  • org.apache.groovy.internal.util.UncheckedThrow

Allows to throw a checked exception unchecked. INTERNAL USE ONLY.

Methods Summary

Methods
Type Params Return Type Name and description
static void rethrow(Throwable checkedException)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

public static void rethrow(Throwable checkedException)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/apache/groovy/internal/util/UncheckedThrow.html