E1 - the type of the exception that can be thrown by the commandE2 - the type of the exception that can be thrown by the command@FunctionalInterface public interface E2Runnable<E1 extends Throwable,E2 extends Throwable>
E2Runnable interface expands on the ERunnable
interface provide the ability to throw two specified exceptions.| Modifier and Type | Method and Description |
|---|---|
void |
run()
Executes user-defined code.
|
Copyright (C) 2015-2015 The Helenus Driver Project Authors.