public static enum UESGroupValidationRTException.E10B21 extends java.lang.Enum<UESGroupValidationRTException.E10B21> implements ErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Attribute
locationUri must not be null. |
M02
Attribute
group must not be null. |
M03
Attribute
metaArtifactUri in the provided group DTO must not be null. |
M04
Attribute
castedRoleUris of UESGroupPropagateActivities or UESGroupCancelActivities must not
be null. |
M05
Attribute
castedRoleUris of UESGroupPropagateActivities or UESGroupCancelActivities must not
be empty. |
M06
Attribute
groupRoleUri must not be null. |
M07
Attribute
roleInterface 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 UESGroupValidationRTException.E10B21 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESGroupValidationRTException.E10B21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
locationUri
must not be null.group
must not be null.metaArtifactUri
in the provided group DTO must not be null.castedRoleUris
of UESGroupPropagateActivities
or UESGroupCancelActivities
must not
be null.castedRoleUris
of UESGroupPropagateActivities
or UESGroupCancelActivities
must not
be empty.groupRoleUri
must not be null.roleInterface
must not be null.for (UESGroupValidationRTException.E10B21 c : UESGroupValidationRTException.E10B21.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