public class CommandException extends IM4JavaException
| Constructor and Description |
|---|
CommandException()
Constructor.
|
CommandException(String pMessage)
Constructor.
|
CommandException(String pMessage,
Throwable pCause)
Constructor.
|
CommandException(Throwable pCause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
getErrorText()
Return the error-text object.
|
int |
getReturnCode()
Return the return-code of the failing command.
|
void |
setErrorText(ArrayList<String> pErrorText)
Set the error text of this exception.
|
void |
setReturnCode(int pReturnCode)
Set the return-code of the failing command.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandException()
public CommandException(String pMessage)
public CommandException(Throwable pCause)
public void setErrorText(ArrayList<String> pErrorText)
pErrorText - public int getReturnCode()
public void setReturnCode(int pReturnCode)
pReturnCode - Copyright © 2019. All rights reserved.