public static enum UESMetaRoleValidationRTException.E10B17 extends java.lang.Enum<UESMetaRoleValidationRTException.E10B17> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
DTO  
metaRole must not be null. | 
M02
Attribute  
name must not be blank. | 
M03
Attribute  
name must not be null. | 
M04
Attribute  
code has a wrong value. | 
M05
Attribute  
name has a wrong value. | 
M06
Attribute  
description has a wrong value. | 
M07
Attribute  
defaultCode has a wrong value. | 
M08
Default Name {0} of changing meta artifact has bad value. 
 | 
M09
DTO  
roleInterface must not be null | 
M10
Attribute  
roleInterfaceUri must not be null. | 
M11
Attribute  
locationUri must not be null. | 
M12
Attribute  
data must not be null. | 
M13
Attribute  
data must not be empty. | 
M14
Main entity  
metaRoleUri must not be null. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends UESRuntimeException> | 
getExceptionClass()
Returns class of exception which is owner of this error code. 
 | 
static UESMetaRoleValidationRTException.E10B17 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESMetaRoleValidationRTException.E10B17[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
metaRole must not be null.name must not be blank.name must not be null.code has a wrong value.name has a wrong value.description has a wrong value.defaultCode has a wrong value.roleInterface must not be nullroleInterfaceUri must not be null.locationUri must not be null.data must not be null.data must not be empty.metaRoleUri must not be null.for (UESMetaRoleValidationRTException.E10B17 c : UESMetaRoleValidationRTException.E10B17.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 nullErrorCodegetExceptionClass in interface ErrorCode