public final class CommandCreationException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private String |
commandName
.
|
private ErrorType |
errorType
.
|
| Constructor and Description |
|---|
CommandCreationException(String commandName,
ErrorType errorType,
String message) |
CommandCreationException(String commandName,
ErrorType errorType,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandName() |
ErrorType |
getErrorType() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate final String commandName
public CommandCreationException(String commandName, ErrorType errorType, String message)
public CommandCreationException(String commandName, ErrorType errorType, String message, Throwable cause)
public ErrorType getErrorType()
public String getCommandName()
public String getMessage()
getMessage in class ThrowableCopyright © 2014 eXo Platform SAS. All Rights Reserved.