public static enum UESActivityActionValidationRTException.E10319 extends java.lang.Enum<UESActivityActionValidationRTException.E10319> implements ErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
DTO must never be null.
|
M02
Type must never be null.
|
M03
Code is not allowed to be blank.
|
M04
Code is in an invalid format.
|
M05
The attribute activityStateTemplateUri must never be null.
|
M06
The attribute targetArtifactStateTemplateUri must not be null for this type.
|
M07
The attribute targetArtifactStateTemplateUri must not be specified for this type.
|
M08
The attribute targetActivityStateTemplateUri must not be null for this type.
|
M09
The attribute targetActivityStateTemplateUri must not be specified for this type.
|
M10
The attribute macroUri must not be null for this type.
|
M11
The attribute macroUri must not be specified for this type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESActivityActionValidationRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESActivityActionValidationRTException.E10319 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESActivityActionValidationRTException.E10319[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESActivityActionValidationRTException.E10319 c : UESActivityActionValidationRTException.E10319.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