public class CLIRuntimeException extends RuntimeException
| Constructor and Description |
|---|
CLIRuntimeException(String message) |
CLIRuntimeException(String message,
int exitCode) |
CLIRuntimeException(String terminalMsg,
String internalMsg,
int exitCode) |
CLIRuntimeException(String terminalMsg,
String internalMsg,
int exitCode,
Throwable e) |
CLIRuntimeException(String message,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode() |
String |
getTerminalMsg() |
void |
setExitCode(int exitCode) |
void |
setTerminalMsg(String terminalMsg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019 WSO2. All rights reserved.