public class CLICompileTimeException extends Exception
| Constructor and Description |
|---|
CLICompileTimeException(String message)
Creates a CLICompileTimeException using error message.
|
CLICompileTimeException(String message,
int exitCode) |
CLICompileTimeException(String terminalMsg,
String internalMsg,
int exitCode) |
CLICompileTimeException(String terminalMsg,
String internalMsg,
int exitCode,
Throwable e) |
CLICompileTimeException(String message,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode() |
String |
getTerminalMsg() |
void |
setExitCode(int exitCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CLICompileTimeException(String message)
message - error messagepublic CLICompileTimeException(String message, int exitCode)
public CLICompileTimeException(String terminalMsg, String internalMsg, int exitCode)
public String getTerminalMsg()
public int getExitCode()
public void setExitCode(int exitCode)
Copyright © 2021 WSO2. All rights reserved.