Interface ThrowableHolder
-
public interface ThrowableHolder
Represents a holder for throwable utilities.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ThrowableHolder.ThrowableCallable<T>
Represents a throwable callable, aFunctionalInterface
which's functional method isThrowableHolder.ThrowableCallable.call()
, which can throw anSQLException
static interface
ThrowableHolder.ThrowableRunnable
Represents a throwable runnable, aFunctionalInterface
which's functional method isThrowableHolder.ThrowableRunnable.run()
, which can throw anSQLException
-