Class CommandCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.shell.core.command.CommandCreationException
All Implemented Interfaces:
Serializable

public class CommandCreationException extends RuntimeException
Exception to report that a command in not well-defined.
Since:
4.0.0
Author:
Mahmoud Ben Hassine
See Also:
  • Constructor Details

    • CommandCreationException

      public CommandCreationException(String message)
    • CommandCreationException

      public CommandCreationException(String message, Throwable cause)