Interface FallibleCommand

    • Method Detail

      • execute

        void execute()
              throws ExecutionFailedException
        Runs the given command.

        If execution fails then the command may throw an exception which may give a message and a cause of the failure.

        Throws:
        ExecutionFailedException - if there is an execution error