protected static enum AbstractDeployer.ErrorMessage extends java.lang.Enum<AbstractDeployer.ErrorMessage>
Modifier and Type | Method and Description |
---|---|
static AbstractDeployer.ErrorMessage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDeployer.ErrorMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractDeployer.ErrorMessage nameEmptyError
public static final AbstractDeployer.ErrorMessage messageSenderNameNullError
public static final AbstractDeployer.ErrorMessage definitionKindEmptyError
public static final AbstractDeployer.ErrorMessage definitionNullError
public static final AbstractDeployer.ErrorMessage repositoryNameNullError
public static final AbstractDeployer.ErrorMessage definitionErrorSuffix
public static final AbstractDeployer.ErrorMessage noDefinitionPrefix
public static final AbstractDeployer.ErrorMessage noDefinitionSuffix
public static final AbstractDeployer.ErrorMessage alreadyDeployedExceptionPrefix
public static final AbstractDeployer.ErrorMessage alreadyDeployedExceptionSuffix
public static final AbstractDeployer.ErrorMessage definitionErrorPrefix
public static AbstractDeployer.ErrorMessage[] values()
for (AbstractDeployer.ErrorMessage c : AbstractDeployer.ErrorMessage.values()) System.out.println(c);
public static AbstractDeployer.ErrorMessage valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null