public interface Executable
MethodExecutor
.MethodExecutor
,
SingleMethodExecutor
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute the executable code represented by this class.
|
void execute() throws java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException
- if there is no code to executejava.lang.reflect.InvocationTargetException
- if there was an exception during executing the code