Class CommandRunnerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vaadin.hilla.engine.commandrunner.CommandRunnerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandNotFoundException

public class CommandRunnerException extends Exception
A generic exception thrown by a CommandRunner.
See Also:
  • Constructor Details

    • CommandRunnerException

      public CommandRunnerException(String message)
    • CommandRunnerException

      public CommandRunnerException(String message, Throwable cause)