public class ExceptionUtil
extends java.lang.Object
Constructor | Description |
---|---|
ExceptionUtil() |
Modifier and Type | Method | Description |
---|---|---|
static void |
sneakyThrow(java.lang.Throwable t) |
Allows to throw an unchecked exception without declaring it in a throws clause.
|
Copyright © 2018. All rights reserved