Class ExitException

All Implemented Interfaces:
Serializable

public class ExitException extends RuntimeException
An exception that when caught at the very outer edge of the compiler will cause the application to exit with a specific error code. This is needed by the wider operating system and calling programs/shell scripts.
See Also:
  • Constructor Details

    • ExitException

      public ExitException(int exitCode, String message)
  • Method Details

    • getExitCode

      public int getExitCode()