public class SignatureException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
SignatureException(java.lang.String message,
java.lang.Exception e) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ensure(boolean condition,
java.lang.String failureMessage) |
protected static <T> T |
evaluate(CheckedSupplier<T> f) |
public SignatureException(java.lang.String message,
java.lang.Exception e)
protected static void ensure(boolean condition,
java.lang.String failureMessage)
protected static <T> T evaluate(CheckedSupplier<T> f)