Class SystemExit

java.lang.Object
java.lang.Throwable
dev.lukebemish.taskgraphrunner.execution.SystemExit
All Implemented Interfaces:
Serializable

public class SystemExit extends Throwable
See Also:
  • Constructor Details

    • SystemExit

      public SystemExit(int status)
    • SystemExit

      public SystemExit(int status, String message)
  • Method Details

    • status

      public int status()