You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.server.frontend.

Interface FallibleCommand

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void execute()

      Runs the given command.

    • 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