public class InstallApexException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallApexException.Reason |
| Modifier and Type | Field and Description |
|---|---|
static int |
EXIT_STATUS_FAILURE |
static int |
EXIT_STATUS_SUCCESS |
| Constructor and Description |
|---|
InstallApexException(InstallApexException.Reason reason,
Object... arguments) |
InstallApexException(InstallApexException.Reason reason,
Throwable cause,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitStatus() |
String |
getMessage(org.springframework.context.MessageSource messageSource,
Locale locale) |
InstallApexException.Reason |
getReason() |
boolean |
isPrintStackTrace() |
InstallApexException |
setExitStatus(int exitStatus) |
InstallApexException |
setPrintStrackTrace(boolean printStackTrace) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int EXIT_STATUS_SUCCESS
public static final int EXIT_STATUS_FAILURE
public InstallApexException(InstallApexException.Reason reason, Object... arguments)
public InstallApexException(InstallApexException.Reason reason, Throwable cause, Object... arguments)
public InstallApexException.Reason getReason()
public InstallApexException setPrintStrackTrace(boolean printStackTrace)
public int getExitStatus()
public InstallApexException setExitStatus(int exitStatus)
public boolean isPrintStackTrace()
Copyright © 2016. All rights reserved.