public final class Rethrow
extends java.lang.Object
Pulled from http://www.javapuzzlers.com (I think?).
| Constructor and Description |
|---|
Rethrow() |
| Modifier and Type | Method and Description |
|---|---|
static void |
rethrow(java.lang.Throwable t)
Rethrows
t (identical object). |
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.