public static enum UESShortcutValidationRTException.E10213 extends java.lang.Enum<UESShortcutValidationRTException.E10213> implements ErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
DTO with attributes for creating shortcut must not be null.
|
M02
Name of shortcut must not be blank.
|
M03
Name of shortcut is in bad format.
|
M04
Code of shortcut must not be blank.
|
M05
Code of shortcut is in bad format.
|
M06
Description of shortcut is in bad format.
|
M07
DTO with attributes for updating shortcut {0} must not be null.
|
M08
Name of shortcut {0} must not be blank.
|
M09
Name {0} of shortcut {1} is in bad format.
|
M10
Code of shortcut {0} must not be blank.
|
M11
Code {0} of shortcut {1} is in bad format.
|
M12
Description {0} of shortcut {1} is in bad format.
|
M13
UESURI of shortcut's referenced artifact is required.
|
M14
DTO with attributes for moving shortcut {0} must not be null.
|
M15
UESURI of new location of shortcut {0} is required.
|
M16
DTO with criteria for listing shortcuts of artifact {0} must not be null.
|
M17
Attribute codeFilter {0} for listing shortcuts of artifact {1} is in bad format.
|
M18
Attribute nameFilter {0} for listing shortcuts of artifact {1} is in bad format.
|
M19
It is not allowed to use attribute query together with any of attributes codeFilter, nameFilter.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESShortcutValidationRTException.E10213 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESShortcutValidationRTException.E10213[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESShortcutValidationRTException.E10213 c : UESShortcutValidationRTException.E10213.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