public static enum UESActivityStateTemplateValidationRTException.E10314 extends java.lang.Enum<UESActivityStateTemplateValidationRTException.E10314> 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<UESActivityStateTemplateValidationRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESActivityStateTemplateValidationRTException.E10314 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESActivityStateTemplateValidationRTException.E10314[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESActivityStateTemplateValidationRTException.E10314 c : UESActivityStateTemplateValidationRTException.E10314.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