Class UnknownTaskException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.flowui.devserver.frontend.UnknownTaskException
All Implemented Interfaces:
Serializable

public class UnknownTaskException extends RuntimeException
Exception thrown for when a node task that is not in the task list is encountered.
See Also:
  • Constructor Details

    • UnknownTaskException

      public UnknownTaskException(com.vaadin.flow.server.frontend.FallibleCommand command)
      Exception constructor.
      Parameters:
      command - command that was not found