@FunctionalInterface public interface NoArgAction
Used instead of Runnable to allow the throwing of checked exceptions.
Runnable
void
execute()
void execute() throws Exception
Exception