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