Package convex.cli
Class CLIError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
convex.cli.CLIError
- All Implemented Interfaces:
Serializable
Exception class for general CLI errors to be reported to the user
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
exitCode
protected int exitCode
-
-
Constructor Details
-
CLIError
-
CLIError
-
CLIError
-
CLIError
-
-
Method Details
-
getExitCode
public int getExitCode()
-