public static enum CastRCException.RolemanagementCode extends java.lang.Enum<CastRCException.RolemanagementCode> implements ErrorCode
Enum Constant and Description |
---|
CE000 |
CE001 |
CE002 |
CE003 |
CE004 |
CE005 |
CE006 |
CE007 |
CE008 |
CE009 |
CE010 |
CE011 |
CE012 |
CE013 |
CE014 |
CE015 |
CE016 |
CE017 |
CE018 |
CE019 |
CE020 |
CE021 |
CE022 |
CE023 |
CE024 |
CE025 |
CE026 |
CE027 |
CE028 |
CE029 |
CE030 |
CE031 |
CE032 |
CE033 |
CE034 |
CE035 |
CE036 |
CE037 |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static CastRCException.RolemanagementCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CastRCException.RolemanagementCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (CastRCException.RolemanagementCode c : CastRCException.RolemanagementCode.values()) System.out.println(c);
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 nullErrorCode
getExceptionClass
in interface ErrorCode