public class CliException extends Exception
Modifier and Type | Field and Description |
---|---|
protected static int |
DEFAULT_EXCEPTION_EXIT_CODE |
protected int |
exitCode |
Constructor and Description |
---|
CliException(String message) |
CliException(String message,
int exitCode) |
CliException(String message,
Throwable cause) |
CliException(String message,
Throwable cause,
int exitCode) |
CliException(Throwable cause) |
CliException(Throwable cause,
int exitCode) |
Modifier and Type | Method and Description |
---|---|
int |
getExitCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected int exitCode
protected static final int DEFAULT_EXCEPTION_EXIT_CODE
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.