public static enum UESRoleInterfaceValidationRTExpcetion.E10B51 extends java.lang.Enum<UESRoleInterfaceValidationRTExpcetion.E10B51> implements ErrorCode
| Enum Constant and Description |
|---|
M00
Default message.
|
M01
Attribute
locationUri must not be null. |
M02
Attribute
roleInterface must not be null. |
M03
Attribute
metaArtifactUri in the provided 'roleInterface' DTO must not be null. |
M04
Attribute
castedRolesUris in the provided 'group' DTO must not be null. |
M05
Attribute
castedRolesUris in the provided 'group' DTO must not be empty. |
M06
Attribute
roleUri must not be null. |
M07
Attribute
metaArtifact must not be null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESRoleInterfaceValidationRTExpcetion.E10B51 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESRoleInterfaceValidationRTExpcetion.E10B51[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
locationUri must not be null.roleInterface must not be null.metaArtifactUri in the provided 'roleInterface' DTO must not be null.castedRolesUris in the provided 'group' DTO must not be null.castedRolesUris in the provided 'group' DTO must not be empty.roleUri must not be null.metaArtifact must not be null.for (UESRoleInterfaceValidationRTExpcetion.E10B51 c : UESRoleInterfaceValidationRTExpcetion.E10B51.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 nullErrorCodegetExceptionClass in interface ErrorCode