public static enum UESPropertyTemplateValidationRTException.E10P04 extends java.lang.Enum<UESPropertyTemplateValidationRTException.E10P04> implements ErrorCode
Enum Constant and Description |
---|
M00
Reserved.
|
M01
Name of created property template is blank.
|
M02
Name of created property template is not valid.
|
M04
Code of created property template is blank.
|
M05
Code of created property template is not valid.
|
M06
Description of created property template is not valid.
|
M07
Short text value of property template is not valid.
|
M08
Text value of property template is not valid.
|
M09
URL value of property template is not valid.
|
M10
The value of property template is not valid.
|
M11
The value of property template is not valid.
|
M12
The value of property template is not valid.
|
M13
The value of property template is not valid.
|
M14
Regular expression {0} used as value restriction has incorrect format.
|
M15
DTO for creating property template is null.
|
M16
Property template type is required.
|
M17
Name of created property template is null.
|
M18
UESURI used as enum restriction does not exist.
|
M19
UESURI {0} in query restriction has wrong format.
|
M20
One of the UESURI in query restriction refers neither artifact nor aggregated object.
|
M21
New location for moving should be specified.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESPropertyTemplateValidationRTException.E10P04 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESPropertyTemplateValidationRTException.E10P04[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESPropertyTemplateValidationRTException.E10P04 c : UESPropertyTemplateValidationRTException.E10P04.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