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