MCPcopy Create free account
hub / github.com/apache/calcite / throwIfUnchecked

Method throwIfUnchecked

core/src/main/java/org/apache/calcite/util/Util.java:1038–1041  ·  view source on GitHub ↗

As Throwables#throwIfUnchecked(Throwable).

(Throwable throwable)

Source from the content-addressed store, hash-verified

1036
1037 /** As {@link Throwables#throwIfUnchecked(Throwable)}. */
1038 @Deprecated // to be removed before 2.0
1039 public static void throwIfUnchecked(Throwable throwable) {
1040 Throwables.throwIfUnchecked(throwable);
1041 }
1042
1043 /**
1044 * This method rethrows input throwable as is (if its unchecked) or

Callers 1

throwAsRuntimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected