Class ExitCode

java.lang.Object
nz.org.riskscape.engine.cli.ExitCode

public class ExitCode extends Object

Return this from a ChildCommand command to indicate special exit instructions from the program

  • Constructor Details

    • ExitCode

      public ExitCode(int code, String message)
    • ExitCode

      public ExitCode(int code)
  • Method Details