public final class Rethrow extends Object
Pulled from Java Puzzlers.
Constructor and Description |
---|
Rethrow() |
Modifier and Type | Method and Description |
---|---|
static void |
rethrow(Throwable t)
Rethrows
t (identical object). |
public static void rethrow(Throwable t)
t
(identical object).Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.