public static enum UESActivityConditionValidationRTException.E10313 extends java.lang.Enum<UESActivityConditionValidationRTException.E10313> implements ErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
DTO must not be null.
|
M02
Type must never be null.
|
M03
The attribute dateOfFulfilling must never be null for this type.
|
M04
The attribute validityType must not be null for this type.
|
M05
The attribute recurring must never be null.
|
M06
The attribute delay must not be null for this type.
|
M07
The attribute previousActivityStateTemplateUri must not be null for this type.
|
M08
The attribute activityStateTemplateUri must not be null for this type.
|
M09
The attribute previousArtifactStateTemplateUri must not be null for this type.
|
M10
The attribute artifactStateTemplateUri must not be null for this type.
|
M11
The attribute expression must not be null for this type.
|
M12
The attribute conditions must not be null for this type.
|
M13
The attribute conditions cannot contain a composed condition.
|
M14
The attribute dateOfFulfilling must not be specified for this type.
|
M15
The attribute recurring must not be specified for this type.
|
M16
The attribute delay must not be specified for this type.
|
M17
The attribute artifactStateTemplateUri must not be specified for this type.
|
M18
The attribute previousArtifactStateTemplateUri must not be specified for this type.
|
M19
The attribute activityStateTemplateUri must not be specified for this type.
|
M20
The attribute previousActivityStateTemplateUri must not be specified for this type.
|
M21
The attribute expression must not be specified for this type.
|
M22
The attribute conditions must not be specified for this type.
|
M23
The attribute validityType must not be specified for this type.
|
M24
The attribute id must not be null for this type.
|
M25
The attribute id must not be specified for this type.
|
M26
The attribute id is not allowed to be blank.
|
M27
The attribute id is in an invalid format.
|
M28
The attribute conditionCode must not be null for this type.
|
M29
The attribute conditionCode is not allowed to be blank.
|
M30
The attribute conditionCode is in an invalid format.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESActivityConditionValidationRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESActivityConditionValidationRTException.E10313 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESActivityConditionValidationRTException.E10313[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESActivityConditionValidationRTException.E10313 c : UESActivityConditionValidationRTException.E10313.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