public class CommandException extends IM4JavaException
Constructor | Description |
---|---|
CommandException() |
Constructor.
|
CommandException(java.lang.String pMessage) |
Constructor.
|
CommandException(java.lang.String pMessage,
java.lang.Throwable pCause) |
Constructor.
|
CommandException(java.lang.Throwable pCause) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.ArrayList<java.lang.String> |
getErrorText() |
Return the error-text object.
|
void |
setErrorText(java.util.ArrayList<java.lang.String> pErrorText) |
Set the error text of this exception.
|
public CommandException()
public CommandException(java.lang.String pMessage)
pMessage
- the Exception messagepublic CommandException(java.lang.String pMessage, java.lang.Throwable pCause)
pCause
- the Exception causepMessage
- the Exception messagepublic CommandException(java.lang.Throwable pCause)
pCause
- the Exception causepublic java.util.ArrayList<java.lang.String> getErrorText()
public void setErrorText(java.util.ArrayList<java.lang.String> pErrorText)
pErrorText
- the error text of this exception