public static enum UESMetaAccessRoleValidationRTException.E10B36 extends java.lang.Enum<UESMetaAccessRoleValidationRTException.E10B36> implements ErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Attribute
metaAccessRole cannot be null. |
M02
Attribute
name must not be blank. |
M03
Attribute
code must not be blank. |
M04
Attribute
code has bad value. |
M05
Attribute
name has bad value. |
M06
Attribute
description has bad value. |
M07
Attribute
defaultCode has bad value. |
M08
Attribute
defaultName has bad value. |
M09
Attribute
locationUri must not be null. |
M10
Attribute
metaAccessRoleUri must not be null. |
M11
Attribute
roleInterface must not be null. |
M12
Attribute
name must not be null. |
M13
Attribute
data must not be null. |
M14
Attribute
data must not be empty. |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESMetaAccessRoleValidationRTException.E10B36 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESMetaAccessRoleValidationRTException.E10B36[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
metaAccessRole
cannot be null.name
must not be blank.code
must not be blank.code
has bad value.name
has bad value.description
has bad value.defaultCode
has bad value.defaultName
has bad value.locationUri
must not be null.metaAccessRoleUri
must not be null.roleInterface
must not be null.name
must not be null.data
must not be null.data
must not be empty.for (UESMetaAccessRoleValidationRTException.E10B36 c : UESMetaAccessRoleValidationRTException.E10B36.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 nullgetExceptionClass
in interface ErrorCode