Class CommandExecutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NodeExecutionException

public class CommandExecutionException extends CommandException
See Also:
  • Constructor Details

    • CommandExecutionException

      public CommandExecutionException(Node rootCommand, String message)
    • CommandExecutionException

      public CommandExecutionException(Node rootCommand, Throwable e)
    • CommandExecutionException

      public CommandExecutionException(Node rootCommand, String msg, Throwable e)
  • Method Details