public class Sneaky extends Object
| Modifier and Type | Method and Description |
|---|---|
static DummyException |
throwAnyway(Throwable t)
Will always throw an exception, so the caller should also always throw the dummy return value to make sure the control flow remains clear.
|
@CheckReturnValue @Nonnull public static DummyException throwAnyway(Throwable t)
Copyright © 2019. All rights reserved.