Package convex.cli

Class CLIError

All Implemented Interfaces:
Serializable

public class CLIError extends RuntimeException
Exception class for general CLI errors to be reported to the user
See Also:
  • Field Details

    • exitCode

      protected int exitCode
  • Constructor Details

    • CLIError

      public CLIError(String message)
    • CLIError

      public CLIError(int exitCode, String message)
    • CLIError

      public CLIError(String message, Throwable cause)
    • CLIError

      public CLIError(int exitCode, String message, Throwable cause)
  • Method Details

    • getExitCode

      public int getExitCode()