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:
Serialized Form
  • Constructor Details

    • CLIError

      public CLIError(String message)
    • CLIError

      public CLIError(String message, Throwable cause)