|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UIErrors>
org.ourgrid.gridmachine.useragent.ui.UIErrors
public enum UIErrors
A message repository to hold the UserAgent messages to be displayed at any interface.
Method Summary | |
---|---|
int |
getExitCode()
Get a exit code |
java.lang.String |
getMessage()
|
static UIErrors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UIErrors[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UIErrors INVALID_ARGUMENT
public static final UIErrors COULD_NOT_CREATE_REGISTRY
public static final UIErrors COULD_NOT_CONNECT_GUM
public static final UIErrors COULD_NOT_BIND
public static final UIErrors UNBOUNDED_OBJECT
public static final UIErrors SECURITY_FAIL
public static final UIErrors USERAGENT_STARTING_FAIL
public static final UIErrors USERAGENT_ALREADY_RUNNING
public static final UIErrors USERAGENT_IS_DOWN
public static final UIErrors SHUTDOWNMANAGER_STARTING_FAIL
public static final UIErrors MALFORMED_URL
public static final UIErrors OK
public static final UIErrors COULD_NOT_START_USERAGENT
public static final UIErrors INTERRUPTED_EXCEPTION
public static final UIErrors USERAGENT_ALREADY_DOWN
Method Detail |
---|
public static final UIErrors[] values()
for(UIErrors c : UIErrors.values()) System.out.println(c);
public static UIErrors 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 namepublic int getExitCode()
public java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |