public static enum ProfileConfException.MessageFormat extends java.lang.Enum<ProfileConfException.MessageFormat>
| Enum Constant and Description |
|---|
NO_PROFILE_DEF |
PROFILES_FILE_LOAD_ERR |
PROFILES_FILE_NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormat() |
static ProfileConfException.MessageFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProfileConfException.MessageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileConfException.MessageFormat PROFILES_FILE_NOT_FOUND
public static final ProfileConfException.MessageFormat PROFILES_FILE_LOAD_ERR
public static final ProfileConfException.MessageFormat NO_PROFILE_DEF
public static ProfileConfException.MessageFormat[] values()
for (ProfileConfException.MessageFormat c : ProfileConfException.MessageFormat.values()) System.out.println(c);
public static ProfileConfException.MessageFormat 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 nullpublic java.lang.String getFormat()