public static enum UESPropertyValidationRTException.E10P01 extends java.lang.Enum<UESPropertyValidationRTException.E10P01> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Reserved. 
 | 
M02
Short text of property is not valid. 
 | 
M03
Text value of property is not valid. 
 | 
M05
DTO for creating property is null. 
 | 
M06
Name of created property is null. 
 | 
M07
Name of created property is not valid. 
 | 
M08
Name of created property is blank. 
 | 
M09
Code of created property is not valid. 
 | 
M10
Code of created property is blank. 
 | 
M11
Description of created property is not valid. 
 | 
M12
Property template or property type is required. 
 | 
M13
Attribute {0} must not be null. 
 | 
M14
Filter {0} does not have a valid filter format. 
 | 
M15
Attribute codeFilter {0} for listing property of artifact {1} is in bad format. 
 | 
M16
Attribute nameFilter {0} for listing property of artifact {1} is in bad format. 
 | 
M17
It is not allowed to use attribute query together with any of attributes codeFilter, nameFilter. 
 | 
M18
Value is not valid URL. 
 | 
M19
Input parameters are null 
 | 
M20
URI of the new parent is null 
 | 
M21
Input parameter UESPropertyMoveCollection is null 
 | 
M22
URI of the parent is null 
 | 
M24
The value of property is not valid. 
 | 
M25
The input parameter is null, property can not be moved 
 | 
M26
The new parent node uri is null , property can not be moved 
 | 
M27
The value of property is not valid. 
 | 
M28
Regular expression {0} used as value restriction has incorrect format. 
 | 
M29
The value of property is not valid. 
 | 
M30
The value of property is not valid. 
 | 
M31
"The property template must not be a deprecated one." 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends UESRuntimeException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
static UESPropertyValidationRTException.E10P01 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESPropertyValidationRTException.E10P01[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESPropertyValidationRTException.E10P01 c : UESPropertyValidationRTException.E10P01.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