Class CommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.camunda.community.webmodeler.cli.CommandException
All Implemented Interfaces:
Serializable

public class CommandException extends Exception
See Also:
  • Constructor Details

    • CommandException

      public CommandException(String message, Throwable cause, int returnCode)
    • CommandException

      public CommandException(String message, int returnCode)
  • Method Details

    • getReturnCode

      public int getReturnCode()